String literals are represented and implemented by enclosing any text in quotes (either ‘ ‘ or “ “). we can also represent multiline string by enclosing text in triple quotes “’ ‘”.
String literals are represented and implemented by enclosing any text in quotes (either ‘ ‘ or “ “). we can also represent multiline string by enclosing text in triple quotes “’ ‘”.