Conditional statements

Just like all other languages, to carry out the conditional operations, Python makes use of conditional statements. The conditional statements supported by Python are as follows:

  • if condition
  • if...else condition
  • else...if conditional ladder, known as elif in Python
Python doesn't support the switch statement.
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.142.12.240