Commit 839378c4 by BellCodeEditor

save project

parent 6ffc63d6
Showing with 8 additions and 1 deletions
name = input("请输入你的名字:")
name = input("请输入你的名字")
print(type(name))
if name== "你二大爷":
print(name+",Hello")
elif name == "你大爷":
print(name+",你好")
else:
print(name+",欢迎")
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment