how to execute python program in ubuntu
#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 <The_python_file_name.py>