Commit fdc763ca by BellCodeEditor

save project

parent 87d2755a
Showing with 2 additions and 1 deletions
...@@ -2,7 +2,8 @@ file1=open(r"C:\Users\Administrator\Desktop\.txt",'r',encoding='utf-8') ...@@ -2,7 +2,8 @@ file1=open(r"C:\Users\Administrator\Desktop\.txt",'r',encoding='utf-8')
w=file1.readlines() w=file1.readlines()
#print(w) #print(w)
for i in w: for i in w:
print(i) e=i.split()
print(e[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