What’s the main difference between raw and standard string literals in Python?
Select one:
Raw string literals disable the special treatment of escape character sequences.
Raw string literals can’t contain special characters.
Raw string literals can’t be used with the print() function.
print()
Raw string literals are always longer than standard string literals.
Hint
Think about what happens when you use a backslash in a string.
Sorry! There has been an error processing your answer. Please try again.
Got feedback on this question?