If then

Run Settings
LanguagePython
Language Version
Run Command
a = 5 b = 11 if a * 2 == b: print('Hello') else: print('Goodbye') x = 'pear' if x == 'apple': print('aaa') elif x == 'orange': print('bbb') else: print('No idea') if q =='fruit': if x == 'apple': print('aaa') elif x == 'orange': print('bbb') else: print('No idea') else: print('not fruit')
Editor Settings
Theme
Key bindings
Full width
Lines