Commit 0eb4927c by BellCodeEditor

save project

parent 3a844f3f
Showing with 3 additions and 2 deletions
...@@ -2,4 +2,5 @@ with open("C:\Users\maku\Desktop\1234.txt","r",encoding='uft-8')as a: ...@@ -2,4 +2,5 @@ with open("C:\Users\maku\Desktop\1234.txt","r",encoding='uft-8')as a:
s=a.readlines() s=a.readlines()
for i in s: for i in s:
print(i) f=i.split()
\ No newline at end of file print(f[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