Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 546 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 546 Bytes

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.