Commit 4e0dc897 by BellCodeEditor

auto save

parent 91ee32d1
Showing with 0 additions and 1 deletions
with open(r'c:\Users\EDZ\Desktop\test.txt','r',encoding='utf-8')as a: with open(r'c:\Users\EDZ\Desktop\test.txt','r',encoding='utf-8')as a:
z=a.readlines() z=a.readlines()
for i in z: for i in z:
i.split()
i=i.split() i=i.split()
print(i[1:]) print(i[1:])
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