fork download
  1. a=1
  2. print(f"{a} {bool(a)}")
Success #stdin #stdout 0.1s 14076KB
stdin
Standard input is empty
stdout
1 True