摘要: 3局猜拳游戏 count = 0 while count < 3: num = random.randint(0, 2) guess = int(input('请输入剪刀(0),石头(1),布(2):')) count += 1 if guess == num: print('%dvs%d,平局' 阅读全文
posted @ 2022-08-02 10:27 双子叶杂草 阅读(121) 评论(0) 推荐(0)