📌  相关文章
📜  如何获取用户输入python代码示例

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

代码示例5
# Python 2

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