#!/usr/local/bin/python3 myName = input() print("hello" + myName)