Python Classroom notes 27/Feb/2026

loops

  • loops allow us to execute block of code multiple times
  • in python we have two types of loops
  • while
  • for
  • Refer Here for looping

While

  • Syntax
while <conditional-expression>:
    ...
    ...
...

Write our first python program

  • Create a file with any name with extension .py
  • Refer Here for problem
  • To run the program from Terminal

Debug and fix problems in the following code

By continuous learner

enthusiastic technology learner

Leave a Reply

Discover more from Direct AI Powered By Quality Thought

Subscribe now to keep reading and get access to the full archive.

Continue reading