t17.trans 300 B

1234567
  1. Module(body=[If(test=Compare(left=Str(s='a'),
  2. ops=[Is()],
  3. comparators=[Str(s='a')]),
  4. body=[Print(dest=None,
  5. values=[Str(s='OK')],
  6. nl=True)],
  7. orelse=[])])