JavaShuo
栏目
标签
关于python3 input 和在python3 中使用python2的raw_input
时间 2020-05-31
标签
关于
python3
python
input
使用
python2
raw
栏目
Python
繁體版
原文
原文链接
# 测试 python3的input降级后输入字符类型须要加引号 ss=input('输入年龄:') print(type(ss)) # python3降级使用Python2的raw_input ss=eval(input('输入年龄:')) print(type(ss)) 在python3中python2的raw_input 被替换为input,要想使用原来python2的方法可使用eval()
>>阅读原文<<
相关文章
1.
Python2中input()、raw_input()和Python3中input()
2.
Python2的input(), raw_input()和Python3的input()
3.
python2 input,raw_input与 python3 input区别
4.
python2 和python3 中input 的区别
5.
python2和python3的区别之inpu和raw_input的区别
6.
Python3不存在raw_input( )了
7.
property在python2和python3中的区别
8.
Python2&Python3,Input函数区别
9.
关于python2中的unicode和str以及python3中的str和bytes
10.
python3.x中的raw_input()和input()有什么区别?
更多相关文章...
•
在Spring中使用Redis
-
Redis教程
•
在Java程序中使用Redis
-
Redis教程
•
TiDB 在摩拜单车在线数据业务的应用和实践
•
适用于PHP初学者的学习线路和建议
相关标签/搜索
python2+python3
python2&python3
python3
input
python3+requests
python3+flask
python3+django
python3+smtp
python3+session
python3+opencv2
Python
XLink 和 XPointer 教程
MySQL教程
Spring教程
应用
注册中心
0
分享到微博
分享到微信
分享到QQ
每日一句
每一个你不满意的现在,都有一个你没有努力的曾经。
最新文章
1.
升级Gradle后报错Gradle‘s dependency cache may be corrupt (this sometimes occurs
2.
Smarter, Not Harder
3.
mac-2019-react-native 本地环境搭建(xcode-11.1和android studio3.5.2中Genymotion2.12.1 和VirtualBox-5.2.34 )
4.
查看文件中关键字前后几行的内容
5.
XXE萌新进阶全攻略
6.
Installation failed due to: ‘Connection refused: connect‘安卓studio端口占用
7.
zabbix5.0通过agent监控winserve12
8.
IT行业UI前景、潜力如何?
9.
Mac Swig 3.0.12 安装
10.
Windows上FreeRDP-WebConnect是一个开源HTML5代理,它提供对使用RDP的任何Windows服务器和工作站的Web访问
本站公众号
欢迎关注本站公众号,获取更多信息
相关文章
1.
Python2中input()、raw_input()和Python3中input()
2.
Python2的input(), raw_input()和Python3的input()
3.
python2 input,raw_input与 python3 input区别
4.
python2 和python3 中input 的区别
5.
python2和python3的区别之inpu和raw_input的区别
6.
Python3不存在raw_input( )了
7.
property在python2和python3中的区别
8.
Python2&Python3,Input函数区别
9.
关于python2中的unicode和str以及python3中的str和bytes
10.
python3.x中的raw_input()和input()有什么区别?
>>更多相关文章<<