Need help with this while loop question: (Please do this in Python programming)
Using while True loop that:
Prompts the user to enter a word; may use one input statement in function Calculates the number of words entered with an upper case first letter Presses (hits) the Enter/Returns key on the keyboard, without typing anything to signal the end of the loop
Once the loops end, the function should return (not print) one of the following messages:
"0 words were entered"
"Words with upper case first letter = x', where x is the number of words maybe 0 if no words entered had an upper case first letter
The output needs to look like this:(see image attached)
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here