What are string-literals in Python ? How many ways, can you create String literals in Python ? Are there any differences in them ?

Text enclosed in quotes are called string literals in python. We can create a string literal by using either single quotes or double quotes and there isn’t much difference in them