3.2 Print an empty line

To print an empty line just use the print() function without any parameters.

Example 3.2.1

print()

 


 

Exercise 3.2.1 - Now write a Python program to output 5 empty lines.

Redo this exercise with loops, once you are ready from Topic 6.

Exercise 3.2.1 - Model Answer - Make sure to work out the exercise before checking the model answer.