Question: Starting with a variable text containing an empty string, write a loop that prompts the user to type a word. Add the users input to
Starting with a variable text containing an empty string, write a loop that prompts the user to type a word. Add the user’s input to the end of text and then print the variable. The loop should repeat while the length of text is less than 10 characters.
Step by Step Solution
3.40 Rating (159 Votes )
There are 3 Steps involved in it
Heres a Python code snippet that achieves the described functionality Initialize ... View full answer
Get step-by-step solutions from verified subject matter experts
