Skip to content

AnkitaTandon/NTPEL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 

Repository files navigation

NPTEL

Problems from NPTEL assignments for Python beginners

STEPS

  1. Download and install the lastest version of python

  2. Open the standard Python shell, you can click "File" then choose "New" or simply hit "Ctrl + N" on your keyboard to open a blank script in which you can write your code.

  3. You can then press "Ctrl + S" to save it.

  4. After writing your code, you can run it by clicking "Run" then "Run Module" or simply press F5.

  5. Click "Run" then choose "Run Module". This will run the program.