fn = input("Hello, what is your first name?")
firstname = (fn[0].upper())
ln = input("Hello, what is your last name?")
lastname = (ln.lower())
I want fn to be on a loop so that if they enter their a number instead of letters, it would repeat the question