You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
print('There once was a movie star icon\n who preferred to sleep with the light on.\nThey learned how to code\n device that sure glowed\nand lit up the night using Python!')
#skipping 2 lines
print('\n\n')
# another way of doing this is by using the print function several lines
print('There once was a movie star icon')
print('who preferred to sleep with the light on.')