escape sequence
#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
#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')