Commit 6f59b73e by BellCodeEditor

save project

parent d8648e0e
Showing with 4 additions and 1 deletions
......@@ -4,5 +4,7 @@ with open(r'C:\Users\lhy\Desktop\新建文件夹\book.txt','r',encoding='utf-8')
for i in a:
print(i)
data=i.split()
print(data[0])
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