Replies: 4 comments
-
|
Hi @DistCol You can use one of these solutions:
Or this one:
|
Beta Was this translation helpful? Give feedback.
-
|
Thank you for the example solutions. I like the second one! Exercise 10.6user_word = input("Enter word: ") while(i <= len(user_word)-1): print("End of program") |
Beta Was this translation helpful? Give feedback.
-
|
My posted solution lost the identation! |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.



Uh oh!
There was an error while loading. Please reload this page.
-
The provided solution to Exercise 10.6 does not include checking for upper case vowels. Maybe revise the solution to do so?
Beta Was this translation helpful? Give feedback.
All reactions