Commit 01ebff06 by BellCodeEditor

auto save

parent 7385cb6d
Showing with 9 additions and 0 deletions
score={'语文'91,'数学':88,'英语':85}
for i in score:
print(i)
\ No newline at end of file
weather={'北京':8,'上海':8,'广州':8,'深圳':21}
data=weather.pop("北京")
print(data)
print(weather)
\ 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