How do I use the three quotes in python to make a new line?
Doing some code on the app and trying to document it all. Python course says you can use three quotes and hit enter, rather than using \n each time you need a new line. Can someone show me the proper code?