Commit 583b05ea by BellCodeEditor

auto save

parent 7ebe58e7
Showing with 0 additions and 8 deletions
with open(r'c:\Users\Administrator\Desktop\maku.txt','r',encoding='utf-8')as file:
a=file.readline()
for i in a:
data=i.split()
print(data[0])
print(data[1:])
a=file.readline()
final_sum=[]
for i in a:
data=i.split()
sum=0
......@@ -21,4 +16,3 @@ for i in a:
with open(r'c:\Users\Administrator\Desktop\maku.txt','r',encoding='utf-8')
file.writelines(final_sum)
print(salit)
\ No newline at end of file
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment