Question about Python on my drive

Hi friends!
On my local folder, under Programs\Python I have two different Python folders. Python37 - 32 and Python38 - 32. Is the 38 the newer version? Should I delete the other one? Would I lose anything if I wrote some small things with one and not the other? Thank you for your help!

If you open Apps and Features (by searching for it in Start) you can choose to uninstall the older version.

Any packages you installed with pip might have to be installed again, but you won’t lose any of your own projects.

1 Like

Thank you Steve!