#string
Read more stories on Hashnode
Articles with this tag
Previously, we discussed about strings and the various operations on strings. Now, we are going to discuss the Built-in or the predefined functions on...
A string is a sequence of characters. A python string maybe enclosed within single quotes ' ' , double quotes " " or triple quotes ''' ''' ....