print("Welcome")


>>>>> The best place to start, will be by downloading python on your device <<<<<

🛠️ Downloading Python3

Please select your device and then follow the instructions on how to download python3, as it is the latest version of python.

Downloading Python3 on window

Hover on the image

step one of installing python on window

Step -1-


Install Python3 On Window Using winget

Open window powershell and type or copy the command

Terminal
winget install --id Python.Python.3 --source winget

Downloading Python3 on linux

Open terminal and type or copy the command

Most Linux distributions come with Python pre-installed. To check if it's already available, open a terminal and type:

Terminal
python3 --version