Commit 7dfb9083 by BellCodeEditor

save project

parent 22bbbb2d
Showing with 3 additions and 2 deletions
...@@ -2,4 +2,5 @@ with open(r"C:\Users\87078\Desktop\qwe.txt","r",encoding='utf-8') as kwit: ...@@ -2,4 +2,5 @@ with open(r"C:\Users\87078\Desktop\qwe.txt","r",encoding='utf-8') as kwit:
c=kwit.readlines() c=kwit.readlines()
print(c) print(c)
for i in c: for i in c:
print(i) v=i.split()
\ No newline at end of file print(v[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