Replies: 4 comments
|
Hi @DistCol You can use one of these solutions:
Or this one:
|
0 replies
|
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") |
0 replies
|
My posted solution lost the identation! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment



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?
All reactions