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.
Maybe you should check arr for null value... ;-)
but I get the Timeout error....
This comment is hidden because it contains spoiler information about the solution
I got the same error! Were you able to pass the last test?
because that is the maximum we can get from that array
4 vars, no function.
Find the numbers that would represent the ASCII value of a vowel, and replace that element of the array with the equivilent in a string format. As you can see in the example, 105 should be changed to a "i".
This comment is hidden because it contains spoiler information about the solution
wait, bad idea... x)
try this one:
"abc123def"
try with this"123...skjghskjghhfg555!!!"
Read the instructions again, your function returns numbers (
0
is a number,'0'
is a string). And mark your post as having spoiler content when you post code like you did, please.You're returning
"Error"
if the value is not an int.why print() ?
That's a note for people doing SQL version, you've done Python so far, so you can ignore it.
Loading more items...