Commit c8ad8442 by BellCodeEditor

save project

parent f551da54
Showing with 0 additions and 4 deletions
score = {'语文':95,'数学':100,'英语':93}
name="小贝"
print("名字:"+name)
print("******************************")
for k,v in score.items():
print(k,v)
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