1 import random 2 number = random.randint(1, 100) 3 print(number)
Python 随机抽签
原文:https://www.cnblogs.com/andysongtech/p/13193526.html