diff --git a/'w'i'fwi'urwiuoyowiureqowwq.py b/'w'i'fwi'urwiuoyowiureqowwq.py
new file mode 100644
index 0000000..dabf427
--- /dev/null
+++ b/'w'i'fwi'urwiuoyowiureqowwq.py
@@ -0,0 +1,7 @@
+dict_hero={'monkey three':10,'monkey one':21,'monkey five':22,'monkey team grow':29,'monkey seven':30}
+print(dict_hero)
+
+print(dict_hero['monkey team grow'])
+
+dict_hero["monkey seven"]=32
+print(dict_hero)
\ No newline at end of file
diff --git a/q.py b/q.py
new file mode 100644
index 0000000..ad7459f
--- /dev/null
+++ b/q.py
@@ -0,0 +1,8 @@
+
+dict_hero={'monkey three':10,'monkey one':21,'monkey five':22,'monkey team grow':29,'monkey seven':30}
+print(dict_hero)
+
+print(dict_hero['monkey team grow'])
+
+dict_hero["monkey seven"]=32
+print(dict_hero)
\ No newline at end of file