liuliuab1 发表于 2014-12-1 21:27:05

Python 2.7.8 与 Python 3.3.5 的 input() 内置函数的差别

Python 2.7.8 与 Python 3.3.5 的 input() 内置函数的差别
Python 2.7.8 的 input() 内置函数有两种形式,一种为 raw_input("string") 另一种为 input("string"),当然,输出也不同,见下图解释

Python 3.3.5 的 input() 内置函数只有一种形式,即 input("string"),等价于 Python 2.7.8 的 raw_input("string"),见下图解释

看到图中案例,马上就清楚啦

liuliuab1 发表于 2014-12-18 21:35:50

python, 编程语言, input, 贴标机, 自动化设备

liuliuab1 发表于 2014-12-18 21:36:00

python, 编程语言, input, 贴标机, 自动化设备

页: [1]
查看完整版本: Python 2.7.8 与 Python 3.3.5 的 input() 内置函数的差别