Install Python 3.6 IDLE

Step 1 - Go to you browser and just type "Python Download".


Step 2 - Now just click to the 'Download Python 3.6.3 and later if you got the new version then you can install that.


Step 3 - Click on the 'Add Python 3.6 to PATH'.



Step 4 - Then the Setup Progress get start.



Step 5 - Then go to the Window's menu and click to the 'IDLE Python 3.6'.


Step 6 - Then just to check, that Python IDLE is working, type 5+5 then you'll get the output. 


Step 7 - After, click to the File in the Python shell, then select to 'new file'. In Python shell you get the output right away when you click enter but in file you can right multiple lines of code. 


Comments

Popular posts from this blog

String Slicing and Picking sub-string in Python3

Integers and Float in Python3

Variable in Python3