driver: WebDriver = webdriver.Chrome("/Users/this can change/PycharmProjects/this is the title of the project/drivers/chromedriver")
SO in order to reach the above point:
1) Dowload Chromedriver (I guess you already did it)
2) On your project title (if you use pycharm it is up-left) and click dx to open the menu>New>Directory and give the name of the new directory "Drivers".
3)From Download forlder, or whatever position your chromedriver.exe file has been downloaded in step 1), take it and drag it into the "Download" folder.
4)Click right on the folder "Drivers">click on "Copy Path"
5)Past the "Copy Path" just after driver: WebDriver = webdriver.Chrome("HERE")
If this explanation sounds difficult just click here: https://www.youtube.com/watch?v=eDrFWRi13DY