摘要: pycharm,ctl+D 复制当前行;ctl+/ 注释或取消注释选定的行 1,格式化输出 msg = "我叫%s,今年%s 身高 %s" %(name,age,height) %s 是字符,%d 是数字。 %% 用于输出% 2, while 条件: else: print("循环正常执行完啦") 阅读全文
posted @ 2018-10-18 17:44 烟云过眼 阅读(116) 评论(0) 推荐(0)