Commit 88b55758 by BellCodeEditor

save project

parent 9a351b0a
Showing with 20 additions and 0 deletions
student1={'语':10,'数':59,'英':49}
student2={'语':93,'数':100,'英':99}
student3={'语':88,'数':97,'英':100}
a={'悟空':student1,'小贝':student2,'芒果':student3,}
b=['悟空']
for i in score:
print(i)
c=['小贝']
for i in score:
print(i)
d=['']
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