Dear Innovators and Enthusiasts, The FOSSEE team at IIT Bombay warmly invites you to participate in the Scilab Case Study Hackathon, an exciting opportunity to explore innovation and showcase your skills using Scilab. For more details Click here.

Conditional Statements - English

14587 visits



Outline:

if condition statement Demonstration of if statement with example if/else condition statement with example Importance of indentation in a program Usage of colon in program Condition statement using elif Examples using if/elif/else block Ternary conditional statement Difference between if/else and ternary conditional statements How to use pass statement?