Commit 8492ee6b by BellCodeEditor

auto save

parent cd8698c4
Showing with 5 additions and 3 deletions
weather={'瓦':3,'可':4,'提':5}
data = weather.pop("瓦")
print(data)
print(weather)
\ No newline at end of file
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