Commit b31066c7 by BellCodeEditor

save project

parent 16bc4411
Showing with 2 additions and 2 deletions
Ariel = {'语文':95,'数学':99,'英语':99.5,'科学':98}
for i in Ariel:
print(i)
for k,v in Ariel.items():
print(k,v)
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