Commit e2473908 by BellCodeEditor

save project

parent fc5e3ed7
Showing with 3 additions and 3 deletions
with open(r"c:\Users\GOOD\Desktop\阿斯顿.txt","r",encoding="utf-8") as ff: with open(r"c:\Users\GOOD\Desktop\阿斯顿.txt","r",encoding="utf-8") as ff:
f=ff.readlines() f=ff.readlines()
#print(f) #print(f)
for a in f: for i in f:
a=a.split() print(i)
print(a[1:]) \ 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