(13-04-2022, 12:49 PM)shivurathva5 how to install python in ubuntu?
Open your terminal in Ubuntu, then update your local system's repository list by entering this command: sudo apt-get update
To install python, enter this command:
sudo apt-get install python