Python 随机抽签

1 import random
2 number = random.randint(1, 100)
3 print(number)

相关推荐