📅  最后修改于: 2022-03-11 14:46:03.341000             🧑  作者: Mango
代码示例1
#This will allow the user to type in their name.
name = input("What is your name?")
#or
print("What is your name?")
NAME = input()