t68.py 49 B

1234
  1. def test(t):
  2. t = "O"+t
  3. print t
  4. test("K")