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