int->float,98->98.0 Python中的注释 单行注释:# 多行注释:'''一对三引号之间的为多行注释''' 中文编码声明注释:python默认存储为UTF-8,在文件开头注释 #coding:gbk 该文件就默认存储为GBK了 三、运算符 Python的输入函数input() present=input('好好学习')print(present,type(present)) image 想要输入整数...