Commit 4aa6491d by BellCodeEditor

save project

parent a62bbadd
weather={'北京':8,'上海':15,'广州':20,'深圳':21}
weather={'北京':8,'上海':15,'广州':20,'深圳':21}
date=weather.pop('北京')
print(date)
print(weather)
a={'芒果老师':1,'猪':11,'看':1000000}
a={'芒果老师':1,'猪':11,'看':1000000}
a.pop('看')
print(a)
\ No newline at end of file
score={'语':3,'数':3,'英':0,}
score={'语':3,'数':3,'英':0,}
for i in score:
print(i)
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