会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
晴天的树叶
博客园
首页
订阅
管理
2022年2月15日
Python入门
摘要: 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)
公告