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

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -