escape sequence

Run Settings
LanguagePython
Language Version
Run Command
weather = "It's sunny" # will work but 'it's sunny' will not print(weather) da_weather = "It\'s \"kind of\" sunny" print(da_weather) backslashes = "p\oo" print(backslashes) stuff = "\t good fun chums" #for indentation print(stuff) food = "i like to eat \n the food" #for new line print(food)
Editor Settings
Theme
Key bindings
Full width
Lines