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
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
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