Commit 236bb16e by BellCodeEditor

save project

parent 139316a5
Showing with 3 additions and 3 deletions
...@@ -2,9 +2,9 @@ with open() ...@@ -2,9 +2,9 @@ with open()
a=file.readlines()as file a=file.readlines()as file
#print (a ) #print (a )
for i in a: for i in a:
print(i) data=i.split()
print(data[0])
print(data[i:])
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