CBSE Class 11 Computer Science
Question 57 of 106
Python Fundamentals — Question 6
Back to all questions 6
Question Question 6
How are string-literals represented and implemented in Python ?
A string-literal is represented as a sequence of characters surrounded by quotes (single, double or triple quotes). String-literals in Python are implemented using Unicode.