Commit 38e76794 by BellCodeEditor

save project

parent 004ac319
Showing with 0 additions and 2 deletions
with open(r'c:\Users\admin\Desktop\大智的文件.txt','r',encoding='utf-8') as a: with open(r'c:\Users\admin\Desktop\大智的文件.txt','r',encoding='utf-8') as a:
b=a.readlines() b=a.readlines()
#print(b)
#print(type(b[3:5]))
for i in b: for i in b:
c=i.split() c=i.split()
print(c[1:]) print(c[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