score=input('请输入您的年龄') print(type(score)) score=int(score) print(type(score)) if score ...

IP属地:辽宁
score=input('请输入您的年龄') print(type(score)) score=int(score) print(type(score)) if score ...
初识Python 1.Python环境的安装 1.1.安装Python解释器 1.2.安装pycham pycharm安装时需要进行破解 也可以先不破解 直接选择30天试用 ...