fork download
  1. a=0
  2. print(f"{a} {bool(a)}")
Success #stdin #stdout 0.12s 14060KB
stdin
Standard input is empty
stdout
0 False