摘要: 1、输入和输出 (1)输出 ①常规:print("hello,world") ②输出多个字符串:print("hello,","world") ③输出计算结果:print("100+200 = ",100+200) (2)输入 实例: # input()返回的数据类型是str,不能直接与整数比较,必 阅读全文
posted @ 2019-02-17 11:23 Felix_9190 阅读(225) 评论(0) 推荐(0) 编辑