Friday 5 July 2019

How to Install Python

Steps to download and install Python software:

(Note: It is free software, you can download from internet it's free)
1. visit the python official website:
https://www.python.org/downloads/ to download the latest release of Python.


To see the steps click the following link to download the steps:
https://drive.google.com/drive/u/0/folders/11VRgDO9dSrS0zhc9taLrOKxiC-wKLHyX

1 comment:

Files with Exception handling

#Ask the user to take two input integer values var a,b try:     a=int(input("enter any integer value:"))     b=int(input(&qu...