摘要: 1.1 print() 输出函数 # 输出数字 print(520) print(98.5) # 输出字符串 print('helloworld') # 含有运算符的表达式 print(3 + 5 + 4) # 输出到文件 #注意 1指定盘存在 2使用file=fp 不然写不进去 fp = open 阅读全文
posted @ 2021-07-04 15:31 coline 阅读(319) 评论(0) 推荐(0)