try: User_Name = input("What is your name:- ") print("Hi "+User_Name+"It's me python") except: print("The user Name Is incorrect")