Commit 31550243 by BellCodeEditor

save project

parent 3d5c390d
Showing with 4 additions and 2 deletions
...@@ -4,4 +4,6 @@ for i in a: ...@@ -4,4 +4,6 @@ for i in a:
# print(i) # print(i)
ac=i.split() ac=i.split()
print(ac) #print(ac)
\ No newline at end of file #print(ac[1:])
print(ac[0])
\ 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