if else

Run Settings
LanguagePython
Language Version
Run Command
year = 2008 x = True if (year%4 == 0 and year % 100 != 0)else True if year% 400 == 0 else False print(x)
Editor Settings
Theme
Key bindings
Full width
Lines