CBSE Class 12 Computer Science Question 56 of 105

Python Revision Tour — Question 10

Back to all questions
10
Question

Question 10

How are string-literals represented and implemented in Python?

Answer

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.