A
A
Andrey Kolechko2019-05-30 20:55:48
Python
Andrey Kolechko, 2019-05-30 20:55:48

From "\u0410\u043b\u044c\u0444\u0430" to "Alpha"?

Actually, there is a line like "\u0410\u043b\u044c\u0444\u0430", which means the word "Alpha". I need to substitute this word into the address bar of the browser, for example, somesite.com/alpha. somesite.com/\u0410\u043b\u044c\u0444\u0430 - obviously not working. How can I make the second from the first?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey Gornostaev, 2019-05-30
@AnkoII

Just get familiar with string literals in Python
5cf019b055155963324047.png

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question