Quick actions

cmd+k|ctrl+k

Navigation

Languages

escape sequence 

Snippet info

Language

Python

Visibility

public

Author

sermon0906

Created

2026-06-24T13:28:40.464816Z

Updated

2026-06-24T13:30:34.925211Z

#mainly about \ this 
#print('It's rainy outside') # here its showing erroe as i write it's to avoid these we use escape sequence
print('it\'s \"might\" be rainy outside\n'+ 'so i won\'t go outside today')
INFO