Answers for "make python read all special characters"

2

python print show special characters

a = "HellotWorldnHello World"
print(repr(a))
# 'HellotWorldnHello World'
Posted by: Guest on August-05-2020

Code answers related to "make python read all special characters"

Python Answers by Framework

Browse Popular Code Answers by Language