🌈 搜索
📅  最后修改于: 2022-03-11 14:46:26.375000             🧑  作者: Mango
print("What is your name?") name = input() print(name) # This will print out whatever the user typed