Ejemplo: cadena literal de Python
String literal is a datatype in python.
which is used to store characters of variable length
For example :-
a = 'This is a string'
b = 'You can also includes these @#$%^&*( or 12345678'
Above there are two variables a and b having string literal as there values
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)