Python BackSlash в строке

# This will output one backslash
print("\\")
# OUTPUT:
\
Hello There