makexu93
4/7/2019 - 5:13 PM

Print line break in Python

print('First section')
print('\n')
print('Second section')