📜  如何在 ubuntu 中执行 python 程序 - Python 代码示例

📅  最后修改于: 2022-03-11 14:46:06.690000             🧑  作者: Mango

代码示例1
#to exicute a python file in Ubuntu follow the steps given below
sudo apt install python3 #run this command in your terminal 
#if python3 is already in your pc leave this command
#in the same terminal locate your file by using cd and run this command
python3