Exercise 3.2

Run Settings
LanguagePython
Language Version
Run Command
input = 200 if input <= -1: print('this is negative number') elif input >= 1: print('this is positive number') else: print(0)
Editor Settings
Theme
Key bindings
Full width
Lines