(05-18-2018, 06:20 PM)Mart link Wrote: Can bitsnpcs or someone else come up with an improved code?
For picking one number in the range 1 thru 59 do
Code:
import random
number = random.randint(1, 59)
print number
Save code to leafpad, with your chosen filename then run in terminal by
Code:
python filename.py
<snip> removed things below here not on topic