摘要: 1.这是一个游戏 1 import random 2 cp=4 3 while cp>0: 4 answer=random.randint(0, 10) 5 temp=input("请输入一个数字:") 6 guess=int(temp) 7 if guess==8: 8 print("right" 阅读全文
posted @ 2022-02-15 17:33 晴天的树叶 阅读(18) 评论(0) 推荐(0)