Commit 821aab18 by BellCodeEditor

save project

parent 570cac14
Showing with 3 additions and 2 deletions
......@@ -3,4 +3,5 @@ s=a.readlines()
for i in s:
d=i.split()
print(d[0])
print(d[1:])
\ No newline at end of file
for j in d[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