Python Backstlash en una cuerda
# This will output one backslash
print("\\")
# OUTPUT:
\
Hello There
# This will output one backslash
print("\\")
# OUTPUT:
\