What is used to create Unicode string in Python?

Submitted by: Administrator
Add u before the string

>>> u 'test'
Submitted by: Administrator

Read Online Python Job Interview Questions And Answers