Commit 346aa35e by BellCodeEditor

save project

parent b57b09fa
Showing with 6 additions and 3 deletions
# 我们都爱夸夸夸 # 我们都爱夸夸夸
a = input("请输入名字:") a = input("你好,你叫什么名字:")
print(a + ",欢迎你!") da = input(a + ",你要冒险吗?要/不要:")
\ No newline at end of file if da == "要":
print("那么我们开始冒险吧!"+a)
else:
print("不冒险就算了"+a+"。")
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