s = io.read() if(s == "ham") then print(s) else io.write(string.format("%sham\n", s)) end