s = input() a = -1 for x in s: a=a+1 if s[a]=='1':print("one") if s[a]=='2':print("two") | Sololearn: Learn to code for FREE!