Ex3

Run Settings
LanguagePython
Language Version
Run Command
input_data = 32 s = bin(32) print(s[2:])
a = 1 if a < 0: print("this is negative number") elif a == 0: print('this is zero') elif a > 0: print('this is positive number')
Editor Settings
Theme
Key bindings
Full width
Lines