file "demo_indentation_test.py", line 2 print("five is greater than two!") ^ indentationerror: expected an indented block

0

File "demo_indentation_test.py", line 2 print("Five is greater than two!") ^ IndentationError: expected an indented block

By Beginner Kirk Bartell at Nov 01 2020


Related code examples


Code examples by languages