I'm completely new to Python and even programming and also this forum. So I just was testing some new stuff that I have learned with Python like printing statements but I get this error:
SyntaxError: (unicode error) 'unicodeescape' codec can't decode bytes in position 1-2: truncated \uXXXX escape
Basically I just wrote this code:
print('C\users\desktop')
So what's going on there??