Python bombardes en chaîne
# This will output one backslash
print("\\")
# OUTPUT:
\
Hello There
# This will output one backslash
print("\\")
# OUTPUT:
\