What is the purpose of conditional statements in Python?, To repeat code, To store data , To make decision , To define variable , What happens if the condition in an if statement is FALSE?, The program stops , the if block runs , the else block runs , nothing happen , which statement is used when checking multiple conditions?, if only , if else , if ...elif...else , for loop , what does elif stand for ?, else if , end if , equal if , extra if , How many else blocks can be used with one if statements?, one , two , un limited , zero only , which of the following is correct syntax?, if(x>5){}, if x>5:, if x >5then , if x>5[], why does the program stop checking condition after the first true condition in if ...elif ...else?, to save memory , because python only allow one condition , Because it excut only the first true condition , because of syntax rules .

Leaderboard

Visual style

Options

Switch template

Continue editing: ?