Hi,
I'm really new to python or really any programming at all. I'm trying to write a game and I'm really stuck on one small, seemingly easy task.
I have to generate a random list of n single digit integers (0 to 9).
For example, ['1', '5', '2', '8'] where n is 4.
Please help! I'm going out of my mind!
Thanks heaps
I'm really new to python or really any programming at all. I'm trying to write a game and I'm really stuck on one small, seemingly easy task.
I have to generate a random list of n single digit integers (0 to 9).
For example, ['1', '5', '2', '8'] where n is 4.
Please help! I'm going out of my mind!
Thanks heaps
Comment