diff --git a/1py b/1py
new file mode 100644
index 0000000..63776a4
--- /dev/null
+++ b/1py
@@ -0,0 +1,4 @@
+dict_num={'q':1,'w':2,'e':3}
+print(dict_num['q'])
+dict_num['w']=5
+print(dict_num)
\ No newline at end of file