file "demo_indentation2_error.py", line 3 print("five is greater than two!") ^ indentationerror: unexpected indent

0

File "demo_indentation2_error.py", line 3 print("Five is greater than two!") ^ IndentationError: unexpected indent

By Beginner Kirk Bartell at Nov 01 2020


Related code examples


Code examples by languages