Commit d1846e44 by BellCodeEditor

save project

parent d4b7d946
Showing with 3 additions and 1 deletions
......@@ -2,6 +2,7 @@ with open(r'c:\Users\WeiBo\Desktop\新建文本文档 (5).txt',"r",encoding="utf
a=b.readlines()
#print(a)
for i in a:
print(i)
date=i.split()
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