Loops and Decision Making

– If.. Else statement

– Use “elif” condition

– While loop

– For loop

– For…else

– Nested condition and loops

– Loop Control Statements (break statement, continue statement, pass statement)

– Match (Switch) statement (from Python 3.10)

– Looping Techniques:

  • Looping in the list
  • Loop through the dictionary
  • Loop using enumerate
  • Loop using zip
  • Loop using reversed
  • Looping in set

Leave a Reply

Your email address will not be published. Required fields are marked *