Commit 5ec9a227 by BellCodeEditor

auto save

parent a50ceeec
Showing with 9 additions and 0 deletions
name=input("你的名字")
print("早上好,"+name)
\ No newline at end of file
name=input("你的名字")
age=input("你的年龄")
print("个人信息")
print("姓名:"+name)
print("年龄:"+age)
\ 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