Commit 2b9791e0 by BellCodeEditor

save project

parent 047a2220
Showing with 15 additions and 1 deletions
with open(r'C:\Users\cM\Desktop\book.txt','w',encoding='utf'-8) as file
a=file.readlines()
for i in a:
print(i)
data=i.split()
print(data[0])
print(data[1:])
with open(r'C:\Users\cM\Desktop\book.txt','w',encoding='utf'-8) as file
a=file.readlines()
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