2018年9月10日

初识python: while循环 猜年龄小游戏

摘要: 知识点: 1、python注释方法: 单行注释: # 多行注释: '''注释内容 ''' (单引号或双引号都可以),亦可打印多行 例: 2、str.upper() 将小写字母转换成大写字母 str.lower() 将大写字母转换成小写字母 例: 3、python中通过强制缩进区分结构,不需要类似{} 阅读全文

posted @ 2018-09-10 23:02 Simple-Sir 阅读(860) 评论(0) 推荐(0) 编辑

初识python:hello world 仪式感

摘要: python print 函数(在python中,不区分 ' ' 和 " "): 或者 阅读全文

posted @ 2018-09-10 22:35 Simple-Sir 阅读(377) 评论(0) 推荐(0) 编辑

导航