Commit 9b80633e by BellCodeEditor

save project

parent c3aea5da
Showing with 4 additions and 0 deletions
# 我们都爱夸夸夸
#通过input输入一个名字,配合print将改名字连接一个‘你好呀’输出
name = input("你是谁?")
print(name + ",你好呀!")
\ 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