会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Kyaria-code-test
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
2022年9月18日
Chapter 3
摘要: Chapter 3 confirm print("今有物不计其数,三三数之剩二,五五数之剩三,七七数之剩二,问几何?\n") number = int(input("请输入您认为正确的数,:")) if number%3 == 2 and number%5 == 3 and number%7 ==
阅读全文
posted @ 2022-09-18 17:42 Kyaria
阅读(53)
评论(0)
推荐(0)
2022年9月14日
Chapter 2
摘要: '''Chapter 2_bmi_test'''1 height = 1.70 print("您的身高:"+str(height)) weight = 48.5 print("您的体重:"+str(weight)) bmi=(weight/height*height) print("您的BMI指数为
阅读全文
posted @ 2022-09-14 16:12 Kyaria
阅读(32)
评论(0)
推荐(0)
上一页
1
2
公告