fork download
  1. a = 1
  2. b = 22
  3. c = 0
  4. d = bool(b)
  5. print(d)
Success #stdin #stdout 0.07s 14076KB
stdin
Standard input is empty
stdout
True