2019年9月26日
摘要: 01 basic.py # coding:utf-8 编码格式为utf-8 # 单行注释 Ctrl+/ ''' 多行注释 a = 12 b = '你好' c = 3.4 print("%s,总共%d,那么c=%f"%(b,a,c),end='\t') a = int(input("请输入结果:")) 阅读全文
posted @ 2019-09-26 15:09 studyAppStore 阅读(179) 评论(0) 推荐(0) 编辑