Commit 854c8ee2 by BellCodeEditor

auto save

parent 62a8b70e
Showing with 0 additions and 7 deletions
with open(r"C:\Users\maku\Desktop\book.txt",'r',encoding='utf-8')as file1:
a=file1.read()
#print(a)
for i in a:
date=i.split()
print(date[0])
print(date[1:])
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