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"),见下图解释
看到图中案例,马上就清楚啦
python, 编程语言, input, 贴标机, 自动化设备
python, 编程语言, input, 贴标机, 自动化设备
页:
[1]