What's wrong with this code?
The code inside the
if
statement isn't correctly indented
{ }
are missing around the print statement
There should be a
;
instead of
:
Nothing is wrong with the code
The code inside the
if
statement isn't correctly indented.