diff --git a/diy1.py b/diy1.py index ab85d26..609b2fa 100644 --- a/diy1.py +++ b/diy1.py @@ -4,4 +4,5 @@ dict_hero={'h3':10,'h1':21,'h5':22,'h6':29,'h7':30} print(dict_hero) -print(dict_hero["h6"]) \ No newline at end of file +print(dict_hero["h6"]) +print(dict_hero["h7"]) \ No newline at end of file