Commit f02e4a71 by BellCodeEditor

save project

parent 422e7152
Showing with 6 additions and 0 deletions
area=['1','2','3']
monster={'1':2,'2':3,'3':4}
print(area[2])
monster['4']='5'
print(monster)
\ 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