+ 2
How to take unicode input on Sololearn?
I have used Kirk Schafer's technique for unicode enabling, and it works for display. But when I take non-ASCII input, like 'üben', I get an error. How to tackle that? https://code.sololearn.com/coz021hmoFjt/?ref=app
2 Respuestas
0
You need to use encode in your program
https://code.sololearn.com/cYf5Nxaf5n20/?ref=app
0
Airat Abdrakov 🎸, but if I do it like this, the 'ü' disappears from the input.
But I want to use it in the code.