Strings in python are surrounded by either single quotation marks, or double quotation marks. 'Ojashwi' is the same as "Ojashwi". In Python, strings are used for representing textual data. A string is ...