fork download
  1. a = {True: 2, False: 4}[bool(1 > 2)]
  2. print a
Success #stdin #stdout 0.04s 63748KB
stdin
Standard input is empty
stdout
4