0
What if I want to jump from one line to another.. or in other words need to skip a line so that I separate them.
print("books") print("pencils") print ("cards")
7 Antworten
+ 3
The quality of an answer largely depends on how well the question was asked. So please provide us with an apropriate sample and a description. Is there a dependency between the number and the folloeing text?
+ 2
Can you give us an example of what your input looks like, and how you want your output to look like.
Also please share your code so we may see the problem
0
I think you understood wrong,
Q. let's say I need to print books, pencils & cards,and I have used \n backslash so on a play ground what I wanted is to skip those numbers e.g ¹
1
2
5
7 like that..
0
But after skip why is output still squized together....