How to Find Path Where Python is Installed on Windows?
Windows normally installs Python on one of the two locations: C:\Python39 C:\Users\YourUser\AppData\Local\Programs\Python\Python39 For me, it’s the latter. For you, it may be different—this article shows you how to check for yourself! π For your convenience, I’ve made a short gif that shows how I rushed through the code on my Windows machine: Before you start, … Read more