Question #112837

write a program that uses input to prompt a user for their name

Expert's answer

while True:
    # Prompt user to enter their name
    name = input('Enter your name: ')
    
    # Name field cannot be empty
    if len(name) > 0:
        break
    else:
        print('Field cannot be empty. Try again...')

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

LATEST TUTORIALS
APPROVED BY CLIENTS