📌  相关文章
📜  在 python 代码示例中从用户那里获取输入

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

代码示例3
# Python 2

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