I\'m a newbie to Python and currently learning Control Flow commands like if, else, etc.
if
else
The if statement is working all fine
Python can generate same 'invalid syntax' error even if ident for 'elif' block not matching to 'if' block ident (tabs for the first, spaces for second or vice versa).