I am starting to play around with selenium in python, and when i try to run this code it just pops an error that this version of chromedriver only supports version 74 of chr
Simply go to chrome and check the version of chrome in your PC. (help -> About Chrome) Download the same version ChromeDriver from the below link ...
https://sites.google.com/a/chromium.org/chromedriver/downloads
then extract it and do paste in your script folder.