Answers

Question and Answer:

  Home  Python

⟩ What is used to create Unicode string in Python?

Add u before the string

>>> u 'test'

 199 views

More Questions for you: