>>> import random >>> random.randint(1, 2) 2 >>> random.randint(1, 2) 1
Last updated 6 years ago
Was this helpful?