def m(): m1 = input() m1.lower() if m1 in [\'a\', \'b\', \'c\', \'d\', \'e\', \'f\', \'g\', \'h\', \'i\']: return m1 else: m() f= m()