I can't able to run the selenium python code in pycharm and i can't able to open the chrome
My code is
from selenium import webdriver
driver = webdriver.Chrome("C:\Users\MNM\Desktop\drivers\chromedriver.exe")
driver.get("google.com")
The error message is
line 2
driver = webdriver.Chrome("C:\Users\MNM\Desktop\drivers\chromedriver.exe")
^
SyntaxError: (unicode error) 'unicodeescape' codec can't decode bytes in position 2-3: truncated \UXXXXXXXX escape Process finished with exit code 1