Commit 3f03f298 by BellCodeEditor

save project

parent 1e4b86bc
Showing with 8 additions and 2 deletions
sdfs={'语文':100,'数学':100'英语':100}
for k,v in sdfs.items():
dgd={'语文':100,'数学':100'英语':100}
dgl={'语文':30,'数学':60'英语':90'}
qgl={'语文':0,'数学':0'英语':0'}
sywa={'他的':dgd,'好的':dgl,'飞机离开':qgl}
name=input("名字")
for k,v in sywa[name].items():
print(k,v)
\ 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