Commit f629b087 by BellCodeEditor

save project

parent 6e3e37dd
Showing with 3 additions and 2 deletions
......@@ -2,4 +2,5 @@ with open(r'C:\Users\稚慧人生\Desktop\asd.txt','r',encoding='utf-8') as asdf
a=asdf.readlines()
#print(a)
for q in a:
print(q)
\ No newline at end of file
w=q.split()
print(w[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