It means, the respective string is considered to be a raw string.
So, All the escape codes will be ignored.
How '\n' will be treated as newline character, same like r'\n' will be considered as characters \ followed by n.
Click on this link for more details about Python string literals
Want to know more about Python? Come and join: python certification course