How are string-literals represented and implemented in Python ?

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  “’  ‘”.

error: Content is protected !!