How to print a blank line in Python? Akash Mittal February 8, 2021 Many beginners get confused as how to print a blank line in Python? It’s done by using print() function. You may either pass no parameter, or empty single/double quotes or… View Post