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.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
No problem! I just "solved" my first PHP kata then :)
u r right. Thank you!
@4ejigyh - I don't use PHP but as a quick reply in case it's a simple error: do you have a trailing whitespace in your string
... doo \n"
<- note space afterdoo
and before\n
?This comment is hidden because it contains spoiler information about the solution
Same issue.
Similar issue. I'm not sure what the problem is.
When I first saw this, I was like what??!! :D
what's wrong with this? the Actual matches the Expected, but doesn't pass
Wrong output: Expected:
A B
0 1 5
1 2 5
2 a 6
3 b 6
4 c 6
5 77 3
Actual:
A B
0 1 5
1 2 5
2 a 6
3 b 6
4 c 6
5 77 3
Hi, having a 50/50 success rate with casting number columns into the dtype int64. Have also tried int and int32 with the same overall success rate (except that the basic test fails for int and int32). Not sure if others are still experiencing the same issue with this challenge.
where do i get the cool tag thingies on my username
This comment is hidden because it contains spoiler information about the solution
Every numeric solution should check for round 10 decs
Loading more items...