Raw strings - Notebook

Syntax:

r"C:\Users\new\tenthfolder"


Escape sequences/characters:

Source: https://docs.python.org/3/reference/lexical_analysis.html#string-and-bytes-literals

Complete and Continue