在Ubuntu上运行Python有多种方法,以下是常见的几种:
python3 --version
sudo apt update
sudo apt install python3
python3
.py
python3 脚本名.py
jupyter notebook