I just made a program in python but the statements are too close to each other in the output. So how can i add a line break between two statements in python.
You can print new line characters:
print('\n'*numlines)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With