🛠️ Downloading Python3
Before we begin anything, how about we download python3 as it is the latest version of python.
Downloading Python3 on window
You can either go to the official website (Python3)
Hover on each image to see the steps of downloading it on windows
Step -1-
Step -2-
Step -3-
Step -4-
Step -5-
On Window
window 11 = using winget on terimnal
winget install --id Python.Python.3
Or save yourself the trouble and just download it using the Terminal
On linux
ubunty = using apt
script.sh
sudo apt install python3