How do I use the character '\' as a string in python?
save_place = 'C:\Users\Ron\Desktop'
save_place = save_place + '\'
Thanks to all the helpers :)
How do I use the character '\' as a string in python?
save_place = 'C:\Users\Ron\Desktop'
save_place = save_place + '\'
Thanks to all the helpers :)