fork download
  1. x=0
  2. y=5
  3. print(bool(x))
  4. print(bool(y))
Success #stdin #stdout 0.09s 14068KB
stdin
Standard input is empty
stdout
False
True