6. How are string-literals represented and implemented in Python ?
String literals are implemented using single quotes or double quotes. Multiline string literals can also be implemented using three single or double quotes. e.g. ‘abc’, “abc” ”’ multiline string ”’
6. How are string-literals represented and implemented in Python ? Read More »