Strings in python
A string is a sequence of characters. A python string maybe enclosed within single quotes ' ' , double quotes " " or triple quotes ''' ''' .
Strings enclosed within triple quotes is called as documentation string and may extend over several lines...
developwithkanika.hashnode.dev4 min read