Python print string with unicode escape characters

前端 未结 0 1529
有刺的猬
有刺的猬 2021-01-01 06:07

I\'m trying to print the literal unicode escape character of "Pedro Le\\u00F3n". When I do the following:

test = "Pedro Le\\u00F3n"
print(         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题