Hey Guys, i just started learning python and havent really done much programming so im pretty new
im following a book and I have to read some data from a text file
the code thats giving me trouble is
os.chdir('Users\spreston\Desktop\HeadFirst\Chapter 3')
the error says that the path does not exist, but i know it does, which leads me to believe i typed the path in wrong, any suggestions?