From fbf1885cf7c385da746132857e4abd26ff00827f Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Sat, 31 Jul 2021 13:48:11 -0300 Subject: [PATCH] save project --- diy.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/diy.py b/diy.py index e69de29..e5e1317 100644 --- a/diy.py +++ b/diy.py @@ -0,0 +1,8 @@ + +#file=open(r'c:\Users\luvra\Documents\lesson13-1\sales_list.txt','r',encoding='utf-8') + +with open(r'c:\Users\luvra\Documents\lesson13-1\sales_list.txt',"r",encoding='utf-8') as file: + a = file.readlines() + + for i in file: + print(i) \ No newline at end of file -- libgit2 0.25.0