fork download
  1. v = 2 if b''=='' else 3
  2. print(v)
Success #stdin #stdout 0.02s 9360KB
stdin
Standard input is empty
stdout
3