Saturday, June 8, 2019

Python IDLE Installation process.



1. Go To http://www.python.org/download/
2. Download the latest version for windows.
3. Double click on that .exe file.
4. select install for all users, click on next button.
5. select customize python, click on next button.
6. finally click on finish button.

screenshots=>



No comments:

Post a Comment

type keyword in python

  Python have a built-in method called as a type. If  a single argument (object)  is passed to type() built-in , it returns the type of obj...