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
score = 85 if score >= 0 and score <= 100: print("Valid score") else: print("Invalid score")
Valid score