Commit b57c2dd5 by BellCodeEditor

save project

parent 4b7bcf37
Showing with 16 additions and 0 deletions
......@@ -3,3 +3,19 @@ with open(r"C:\Users\Administrator\Desktop\book.txt",'r',encoding='utf-8')as fil
for i in a:
data=i.split()
print(data[1:])
trator\Desktop\book.txt",'r',encoding='utf-8')as file:
a=file.readlines()
for i in a:
data=i.split(),'r',encoding='utf-8')as file:
a=file.readlines()
for i in a:
data=i.split()
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