Im pretty much a python and for that matter a programming noob. I will learn and little, then quit, learn some more, and quit again. The past few times i've been working on the same project, and mostly keep giving up on python because I cannot seem to find an answer for it; so after that long winded introduction here comes the thread:
How do you give a different random result for the same input. For example if I wanted to write a script that would convert inputted characters to a random selection of outputted characters, even if it were the same character.
More example if that was not clear:
I want to convert the inputted sequence 'aaaa' to a random choice of either 1,2,3,4.
All my attempts to do this or find out how to do this have resulted in '1111', '2222', '3333', ect.
Help!