Escape Sequence

Run Settings
LanguagePython
Language Version
Run Command
# Escape Sequence weather = "it\'s \"kind of\"sunny" print(weather) weather = "it\\s \"kind of\"sunny" print(weather) weather = "\tit\'s \"kind of\"sunny" print(weather) weather = "\tit\'s \"kind of\"\nsunny" print(weather)
Editor Settings
Theme
Key bindings
Full width
Lines