t13.py 73 B

123456
  1. if 0 == 1:
  2. print "X"
  3. elif 1 == 1:
  4. print "OK"
  5. else:
  6. print "Y"