diff --git a/diy.py b/diy.py
index e69de29..1254aaa 100644
--- a/diy.py
+++ b/diy.py
@@ -0,0 +1,4 @@
+with open('sales_list.txt','r',encoding='utf-8')as file:
+    f=file.read()
+    print(f)
+    file.close()
\ No newline at end of file