You are viewing a single comment's thread. Return to all comments →
@Bigjin
if my input:
". .,.,. ,.,hi... ,.,.,., .,bye ,..,., .,. ,.,.,..,,., ."
then expected output:
hi bye
right???
actual output in ur case:
is this something expected or blank elements need not to be allowed entering the list, before printing them?
Seems like cookies are disabled on this browser, please enable them to open this website
Re.split()
You are viewing a single comment's thread. Return to all comments →
@Bigjin
if my input:
". .,.,. ,.,hi... ,.,.,., .,bye ,..,., .,. ,.,.,..,,., ."
then expected output:
right???
actual output in ur case:
is this something expected or blank elements need not to be allowed entering the list, before printing them?