Answers for "find and print all special symbols in the sentence python"

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 "find and print all special symbols in the sentence python"

Python Answers by Framework

Browse Popular Code Answers by Language