📜  python 2.7 获取用户输入 - Python 代码示例

📅  最后修改于: 2022-03-11 14:47:24.927000             🧑  作者: Mango

代码示例1
# Python 2

txt = raw_input("Type something to test this out: ")
print "Is this what you just said?", txt