Commit ff24f512 by BellCodeEditor

save project

parent 97a0fb13
Showing with 6 additions and 4 deletions
with open(r"C:\Users\MC3-06\Desktop\aaa.txt",'r',encoding="utf-8") as file1:
a=filel.readlines():
print(a)
\ No newline at end of file
with open(r"C:\Users\MC3-04\Desktop\aaa.txt",'r',encoding="utf-8") as file1:
a=file1.readlines()
for i in a:
date=i.split()
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