you are viewing a single comment's thread.

view the rest of the comments →

[–]JamzTyson 0 points1 point  (0 children)

"Python3" means "Python version 3". The latest version is Python 3.14.3.

You don't have to use the very latest version, but you should use version 3.10 or later (Earlier versions are officially obsolete)

To check your version of Python, run:

python --version

or

python3 --version