Python Question:
Download Questions PDF

What is used to create Unicode string in Python?

Python Interview Question
Python Interview Question

Answer:

Add u before the string

>>> u 'test'

Download Python Interview Questions And Answers PDF

Previous QuestionNext Question
What are the uses of List Comprehensions feature of Python?What is the optional statement used in a try except statement in Python?