摘要: 1. 分支结构 -- if -- if...else...-- if...elif...else...-- if嵌套 2. 循环结构 -- while -- while...else... 了解 -- break | continue 重点 3. for循环(迭代器) -- range() 函数 阅读全文
posted @ 2019-04-16 20:13 挺锅锅 阅读(277) 评论(0) 推荐(0) 编辑
摘要: 1 name = input("Please input your name :") 2 age = input("Please input your age :") 3 sex = input("Please input your sex :") 4 job = input("Please inp 阅读全文
posted @ 2019-04-16 10:02 挺锅锅 阅读(286) 评论(0) 推荐(0) 编辑