0

Help me with else statements q3

Thanks guys

17th May 2017, 6:59 PM
Behramkhan
Behramkhan - avatar
3 Answers
+ 1
if the if-condition is not true, then the else is executed
17th May 2017, 7:15 PM
‎ɐısıօՏɐ
‎ɐısıօՏɐ - avatar
+ 1
help me with if else statement
19th May 2017, 7:09 PM
Gabriel Crump
Gabriel Crump - avatar
+ 1
if(condition): TRUE #Condition is true,TRUE block is executed. else: FALSE #Condition is false,FALSE block is executed. Only one of the blocks will be executed.
15th Jul 2017, 9:40 AM
R.Gautham Ram
R.Gautham Ram - avatar