I am using python 3, and I want to know how to return the code to the second linex = input ('Enter your first name here: ')
after completing the if or elif conditions
I have searched other stack overflow answers but to no avail
print ("hello world")
x = input ('Enter your first name here: ')
if len(x) > 10:
print ("You have a long name")
elif:
print ("You have a short name")