i

Python Programming

Keywords in Python

All keywords are reserved in python and case sensitive.Used to define syntax and structure of python. There may be 33 or more keywords in python.

Keywords in Python

  1. Finally

  2. Class

  3. Finally

  4. Is Return

  5. None

  6. Continue

  7. For

  8. Lambda

  9. Try

  10. Def and many more.

Please write below program in your IDLE you will come to know how keyword While in loop printing continuous  hello unless terminated. Please run the below program.