会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
梁大侠
博客园
首页
新随笔
联系
订阅
管理
2018年6月15日
2.Python学习笔记:[输出三个数中最大值;while循环及break语句;continue;九九乘法表]
摘要: 输出三个数中最大值: num1=int(input('num1:')) num2=int(input('num2:')) num3=int(input('num3:')) if num1>num2 and num1>num3 : print('max:',num1) elif num2>num1 a
阅读全文
posted @ 2018-06-15 11:43 梁大侠
阅读(2984)
评论(0)
推荐(1)
编辑
公告