Output: Syntax Error
(Since the if statement is empty, which is not allowed in python)
The condition i<124 is false,
so the code from the else part will get executed.
Output: '125 is a lesser number'
1.6m questions
2.0m answers