if(condition): (if this condtion is true) pass (do not performance any operation) else: Statements (So only else will execute when condition false)