一、多行注释和单行注释 """ 多行注释 多行注释 多行注释 """ # 单行注释 # print('hello world') # print('hello world') 二、输入与输出 1、接收用户输入 name = input('请输入你的用户名: ') print(name) 2、格式化输 Read More
posted @ 2019-03-20 19:21 困了就睡觉觉 Views(318) Comments(0) Diggs(0)