let inpt = readLine()! if inpt == "ham" { print(inpt) } else { print(inpt + "ham") }