Commit 355c5501 by BellCodeEditor

save project

parent 50fd86c7
Showing with 4 additions and 2 deletions
...@@ -2,4 +2,6 @@ with open(r'c:\Users\周\Desktop\q.txt','r',encoding='utf-8') as a: ...@@ -2,4 +2,6 @@ with open(r'c:\Users\周\Desktop\q.txt','r',encoding='utf-8') as a:
s=a.readlines() s=a.readlines()
#print(i) #print(i)
for i in s: for i in s:
print(i) print(i)
\ No newline at end of file #d=i.split()
#print(d)
\ 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