Commit 27fdee37 by BellCodeEditor

save project

parent 3ad537c2
Showing with 3 additions and 3 deletions
......@@ -14,5 +14,5 @@ with open(r'C:\Users\Administrator\Desktop\sss.txt','r',encoding='utf-8') as fil
#王娇 12 11 12 12 15 35 23 11
a=file.readlines()
for i in a:
data=i.split(i)
print(data)
\ No newline at end of file
data=i.split()
print(data[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