1String literal is a datatype in python.
2which is used to store characters of variable length
3For example :-
4 a = 'This is a string'
5 b = 'You can also includes these @#$%^&*( or 12345678'
6Above there are two variables a and b having string literal as there values