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)
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
Post a Comment