How to print spaces in Python?

In C++, \n is used, but what do I use in Python?

I don’t want to have to use: print (" "). This doesn’t seem very elegant.

Any help will be greatly appreciated!

Leave a Comment