A much simpler way of using an apostrophe or double quotes within a string. Examples below 👇👇
1. print("It's going be a beautiful weekend" ) - I put the string in double quotes because I used apostrophe in the first word.
2. print('"The secret of getting ahead is getting started" ... Mark Twain' ) - I put the Mark Twain quote in double quotes and put the string in single quotes

image