I used
>>> import sys
>>> print(sys.path)
and I get this:
['', 'C:\\Users\\HowLo\\AppData\\Local\\Programs\\Python\\Python36-32\\python36.zip',
'C:\\Users\\HowLo\\AppData\\Local\\Programs\\Python\\Python36-32\\DLLs',
'C:\\Users\\HowLo\\AppData\\Local\\Programs\\Python\\Python36-32\\lib',
'C:\\Users\\HowLo\\AppData\\Local\\Programs\\Python\\Python36-32',
'C:\\Users\\HowLo\\AppData\\Local\\Programs\\Python\\Python36-32\\lib\\site-packages']
I am confused why this is in there:
r'C:\Users\HowLo\AppData\Local\Programs\Python\Python36-32\python36.zip'
when I try to pull it up in the File Explorer, nothing is there.