YSITD_TG_Bot1 says to #ysitd
<byStarTW_001>: (mmis1000: 搞不好他弄...) def yourname(): question = input ("What is your name: ") If question == "": print ("WTF You have not name!") yourname() print ("Hello, " + question) yourname()`