Get your own Python server Result Size: 625 x 565
x
 
if 5 > 2:
print("Five is greater than two!")
File "./prog.py", line 2, in <module>
  print("Five is greater than two!")
  ^
IndentationError: expected an indented block after 'if' statement on line 1