Commit 004ac319 by BellCodeEditor

save project

parent f0564116
Showing with 3 additions and 1 deletions
...@@ -3,5 +3,6 @@ with open(r'c:\Users\admin\Desktop\大智的文件.txt','r',encoding='utf-8') as ...@@ -3,5 +3,6 @@ with open(r'c:\Users\admin\Desktop\大智的文件.txt','r',encoding='utf-8') as
#print(b) #print(b)
#print(type(b[3:5])) #print(type(b[3:5]))
for i in b: for i in b:
print(i) c=i.split()
print(c[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