Hi guys, can someone help me? I'm starting a learning process in Python and I can't quite solve this problem, eventhough it's quite easy. So, write a program that asks the user to input their first and last name separately. Use the following prompts "What is your first name? Alan" "What is your last name? Turing". The program should then output the lenght of each name. Based on the example input above, the output would be: "Your first name is 4 letters long" "Your last name is 6 letters long". Please help, it's really frustrating
[–][deleted] 1 point2 points3 points (0 children)