Exercise3.2

Run Settings
LanguagePython
Language Version
Run Command
input = -1 if input == 0: print(input, "This is zero number") if input > 0: print(input, "This is positive number") else: print(input, "This is negative number") #Nếu số < 0: this is negative number #Nếu số = 0: this is zero #Nếu số > 0: this is positive number
Editor Settings
Theme
Key bindings
Full width
Lines