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 .
0%
Zhraa
Share
Share
Share
by
Haneene844
Edit Content
Print
Embed
More
Assignments
Leaderboard
Show more
Show less
This leaderboard is currently private. Click
Share
to make it public.
This leaderboard has been disabled by the resource owner.
This leaderboard is disabled as your options are different to the resource owner.
Revert Options
Quiz
is an open-ended template. It does not generate scores for a leaderboard.
Log in required
Visual style
Fonts
Subscription required
Options
Switch template
Show all
More formats will appear as you play the activity.
Open results
Copy link
QR code
Delete
Continue editing:
?