byStarTW says to YSITD
def yourname(): question = input ("What is your name: ") if question == "": print ("WTF You have not name!") yourname() return print ("Hello, " + question) yourname()