Oct-11-2021, 03:10 PM
Or you can use a raw string.
print(r'I want to see a \n and not have it be a line feed')A problem with the raw string is it disables all escape sequences in the string.