摘要: python代码运行环境:PyCharm 2017.1.3 age=1.7 print(type (age )) 输出是 <class 'int'> age=1.7 print(type (age )) 输出是 <class 'float'> age = input("age:") 即使输入的是数字 阅读全文
posted @ 2017-10-16 14:39 ceciliamumu 阅读(227) 评论(0) 推荐(0) 编辑