在Linux中,你可以使用以下命令来查看Python的系统版本:
python --version
或者
python3 --version
这将显示已安装的Python版本,例如Python 3.8.5。请注意,如果你的系统同时安装了Python 2和Python 3,你可能需要使用python3来查看Python 3的版本。
python3