📜  在 Python 代码示例中获取输入

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

代码示例6
print("What is your name?")
name = input()
print(name)  # This will print out whatever the user typed