Commit 0aac433a by BellCodeEditor

auto save

parent c256c561
Showing with 10 additions and 2 deletions
# 我们都爱夸夸夸
\ No newline at end of file
# 我们都爱夸夸夸
while True:
name = input("猜猜我叫什么名字?")
if name=="江颢熙":
print(name + ",你好呀!")
break
else:
print("不对哦!请重新输入!")
\ No newline at end of file
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