How can I print ascii characters in python? | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 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 Respuestas
+ 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