Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
https://stackoverflow.com/questions/51940104/python-for-i-in-range2-2-printi-what-does-i-variable-contain-it-doesnt-co
i think this website explain it
Your code doesn't see different case letters as the same letter. There are some other problems there, but I'll let you to figure them out.
That's a hint, not a kata suggestion. Suggestions for the kata are changes on the description, adding some tests, a new translation, etc.
This comment is hidden because it contains spoiler information about the solution
We mark a message as "Suggestion" to ask the authors and contributors to make some non-critical improvements to a kata.
This comment is hidden because it contains spoiler information about the solution
kata hint != kata suggestion
In English, it depends on the context / spelling as to whether it's a vowel. Sometimes it is, sometimes not.
What is your suggestion for the kata tho? Do you want to suggest some improvement? some change?
This comment is hidden because it contains spoiler information about the solution
for i in sentence:
i think you should add:
for for loop.English isn't my first language so maybe some wrong on my expression
i am beginner for program too! i see you solution i think the triple useless in your code ,even delete
vowels = ('a','e','i','o','u')
still can pass test.basically,you use
count
method by for to count each word of string from input.so triple in this case seems useless.
english isn't my first language so maybe some wrong on my expression