I just installed python 3.12 and I followed all the tutorials and tried to run a script but it didn’t end up doing anything, I downloaded python scripts from github to make sure it was just my script but it still does nothing. I don’t know a lot about python and are just trying to learn how to use it.
You need to provide a log/output in order for us to be able to help more here.
Are you on Windows?
If so does this help? 4. Using Python on Windows — Python 3.12.0 documentation
Common issue on Windows is to download the install program and keep running it instead of installing python then use the py
command to run python itself.
That helped! Thank you!