摘要:
import random # 电脑人随机出拳 computer = random.randint(1, 3) user = int(input('请出拳:1/拳头,2/剪刀,3/布')) if computer == 1: computer = '拳头' elif computer == 2: computer = '剪刀' else: computer = '布... 阅读全文
posted @ 2018-12-26 14:16
上海_布丁
阅读(10492)
评论(0)
推荐(0)

浙公网安备 33010602011771号