Python bombardes en chaîne

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