Python Question:
Download Job Interview Questions and Answers PDF
What is used to create Unicode string in Python?
Answer:
Add u before the string
>>> u 'test'
>>> u 'test'
Download Python Interview Questions And Answers
PDF
Previous Question | Next Question |
What are the uses of List Comprehensions feature of Python? | What is the optional statement used in a try except statement in Python? |