fork download
  1. a = 'Y' or 'I'
  2. b = not a
  3. print(a, b)
Success #stdin #stdout 0.04s 9316KB
stdin
Standard input is empty
stdout
Y False