Commit 67f37791 by BellCodeEditor

save project

parent 992d9c8a
Showing with 1 additions and 1 deletions
...@@ -5,5 +5,5 @@ with open(r'c:\Users\Administrator\Desktop\maku.txt','r',encoding='utf-8')as fil ...@@ -5,5 +5,5 @@ with open(r'c:\Users\Administrator\Desktop\maku.txt','r',encoding='utf-8')as fil
for i in a: for i in a:
data=i.split() data=i.split()
print(data[0]) print(data[0])
print(data[i:]) print(data[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