Commit b87d3eaf by BellCodeEditor

save project

parent 00e9cb19
Showing with 3 additions and 2 deletions
...@@ -2,4 +2,5 @@ with open(r"c:\Users\燕子红\Desktop\新建文本文档.txt","r",encoding="utf ...@@ -2,4 +2,5 @@ with open(r"c:\Users\燕子红\Desktop\新建文本文档.txt","r",encoding="utf
a=flie.readlines() a=flie.readlines()
for i in a: for i in a:
print(i) date=i.split()
\ No newline at end of file print(date[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