Python Classroom notes 26/Feb/2026

Conditionals in python

if <boolean expression>:
   ....
   ....

....

Preview

  • if else
if <boolean expression>:
   ....
   ....
else:
   ....
   ....

....

Preview

  • if elif else:

Preview

  • nesting if’s : This is writing if statements with in if statements
    Preview

  • Refer Here for jupyter notebook updated with above examples

Problem: Grades of a student

  • We will be given average of marks and we are supposed to print grades

Preview

  • look into notebook

  • Exercise:

    • input will be salary in INR
    • output should tax slab rate
      Preview

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