Result Size:
625 x 571
demo_indentation_test.py:
if 5 > 2: print("Five is greater than two!")
x
if
5
>
2
:
print
(
"Five is greater than two!"
)
C:\Users\My Name>python demo_indentation_test.py
File "demo_indentation_test.py", line 2
print("Five is greater than two!")
^
IndentationError: expected an indented block