Commit 09b14bcd by BellCodeEditor

save project

parent 7df5db56
Showing with 3 additions and 2 deletions
...@@ -4,4 +4,5 @@ ...@@ -4,4 +4,5 @@
dict_hero={'h3':10,'h1':21,'h5':22,'h6':29,'h7':30} dict_hero={'h3':10,'h1':21,'h5':22,'h6':29,'h7':30}
print(dict_hero) print(dict_hero)
print(dict_hero["h6"]) print(dict_hero["h6"])
\ No newline at end of file print(dict_hero["h7"])
\ 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