How are strings literals represented and imple mented in python?
Answers
Answered by
13
It also represents three single or double quotes which are referred to as 'triple quoted strings' ('"). Usually while representing and implementing the strings' or 'single' or 'double quotes' is used to start and end the string. A simple example for the implementation of the string in Python is given as "name".
Hope this helps you☺
Similar questions