Python随机数 Python • 2025-02-02• 324次阅读 import random# 生产随机数0-2的随机数computer = random.randint(0,2) 知识是抵御一切灾祸的盾牌