Run ❯
Get your
own Python
server
❯
Run Code
Ctrl+Alt+R
Change Orientation
Ctrl+Alt+O
Change Theme
Ctrl+Alt+D
Go to Spaces
Ctrl+Alt+P
if 5 > 2: print("Five is greater than two!")
File "demo_indentation_test.py", line 2
print("Five is greater than two!")
^
IndentationError: expected an indented block