Commit be50fa03 by BellCodeEditor

save project

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