How to add a line break in python? -


i made program in python statements close each other in output. how can add line break between 2 statements in python.

you can print new line characters:

print('\n'*numlines) 

Comments

Popular posts from this blog

service - Android MediaPlayer calls onCompletion before it already finished -

javascript - Training Neural Network to play flappy bird with genetic algorithm - Why can't it learn? -

javascript - Create a stacked percentage column -