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:
f=ff.readlines()
#print(f)
for a in f:
a=a.split()
print(a[1:])
for i in f:
print(i)
\ 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