Commit f7dc8c21 by BellCodeEditor

auto save

parent d178fc0d
Showing with 13 additions and 5 deletions
weather={"2":8,"3":15,"4":20,"5":21} s1={"1":91}
data=weather.pop("2") s2={"1":0}
print(data) s3={"1":25}
print(weather) score={"大聪明":s1,"SB":s2,"DVD":s3}
\ No newline at end of file name=input("名字:")
print("*"*30)
if name in score:
score=score[name]
for k,v in score.items():
print(k,v)
print("*"*30)
else:
print("天才,错了")
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