can anyone tell me how to skip blank lines between consecutive input..
eg3
5
6
how to skip those blank lines and get the next input??help me.
s = "3\n\n5\n\n\n\n6\n\n"data = s.split()