Backslash Python dalam string

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