Commit 1a1ecc47 by BellCodeEditor

auto save

parent 14dd0229
Showing with 5 additions and 0 deletions
score={'123':95,'234':88,'345':85,}
print(score['123'])
print(score[97])
print('12345'+str(score['123'])+'1')
\ 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