Commit c69ee9e5 by BellCodeEditor

auto save

parent 3dddee40
Showing with 65 additions and 0 deletions
This source diff could not be displayed because it is too large. You can view the blob instead.
a=input("请输入姓名")
b=input("请输入爱好")
c=input("请输入未来目标")
print("姓名")
print(a)
print("爱好")
print(b)
print("未来目标")
print(c)
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