t269.trans 460 B

12345678910
  1. Module(body=[Print(dest=None,
  2. values=[UnaryOp(op=Invert(),
  3. operand=Name(id='True',
  4. ctx=Load()))],
  5. nl=True),
  6. Print(dest=None,
  7. values=[UnaryOp(op=Invert(),
  8. operand=Name(id='False',
  9. ctx=Load()))],
  10. nl=True)])