CBSE Class 9 Computer Applications Question 9 of 23

Introducing Python — Question 2

Back to all questions
2
Question

Question 2

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.