Commit 0a3dd2b5 by BellCodeEditor

save project

parent 8ace8d20
Showing with 11 additions and 3 deletions
student1{'1':91,'2':88,'3':85}
student2{'1':91,'2':88,'3':85}
student3{'1':91,'2':88,'3':85}
for k,v in score.items()
print(k,v)
score = {'t':student1,'p'=studen2,'l'=studen3}
name = jnput("9:")
pint("*"*30)
if name in score:
score = score[name]
for k,v in score.items():
print(k,v)
pint("*"*30)
else:
print("ydhchh")
\ 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