<AptiCode/>

Question 408: Which keyword is used to introduce theelseblock in anif-elsestatement?

tcs
wipro
infosys
general
aptitude
conditional-statements
python-programming

In anif-elsestatement, theelsekeyword is used to define the block of code that should be executed if the condition in the if statement is false.