How can I print ascii characters in python? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 1

How can I print ascii characters in python?

I want to know how to print ascii characters in python. For example: Code: print(input ()) Input: sĀ°ā€¢ā—‹ā—ā–”ā–  Output: sĀ°ā€¢ā—‹ā—ā–”ā–  But this won't work.

19th Jan 2019, 4:12 PM
Abdul S Ansari
Abdul S Ansari - avatar
3 Respostas
+ 1
ASCII will hardly give you trouble anywhere. Are you going for this? https://code.sololearn.com/csTae6tX7D4l/?ref=app
19th Jan 2019, 6:00 PM
HonFu
HonFu - avatar
+ 1
Thank you both
20th Jan 2019, 12:38 PM
Abdul S Ansari
Abdul S Ansari - avatar