Commit c02db66e by BellCodeEditor

auto save

parent 9e0b6002
Showing with 1 additions and 3 deletions
...@@ -3,6 +3,4 @@ with open(r'c:\Users\5\Desktop\popdt.dat','r', ...@@ -3,6 +3,4 @@ with open(r'c:\Users\5\Desktop\popdt.dat','r',
data = file1.readlines() data = file1.readlines()
for i in data: for i in data:
data=i.split() data=i.split()
for salse in data[1:]: print(data[1:])
sum+=int(salse)
print(data[0]+str(salse))
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