上一页 1 ··· 19 20 21 22 23
摘要: python for循环和 if流程控制用法 Ages=22 for i in range(10): inputAges = int(input("输入年龄")) if inputAges>Ages: print("大了") elif inputAges <Ages: print("小... 阅读全文
posted @ 2016-08-12 08:25 whzym111 阅读(126) 评论(0) 推荐(0) 编辑
摘要: 一.变量定义赋值 输入输出屏幕显示 : name = input("input is your name") age =int( input("input is your age")) add =input("input your add") money = float(input("input your money")) mess=''' Infomessage Of User ... 阅读全文
posted @ 2016-08-12 08:24 whzym111 阅读(555) 评论(0) 推荐(0) 编辑
上一页 1 ··· 19 20 21 22 23