name=input( "what is your name") print("hello", name) if name =="Jim" : print("You are awsome!")