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.
the thing is that when i convert 4.534524725984957e in a calcoulatorsoup.com it returns the expected value of 45345247259849570
I have a problem here with the last test in python...
it seems that i cannot find a correct way to suppress the scientific notation that python returns for large numbers.
It seems that the suppression of 4.534524725984957e+16 is 45345247259849568.0 which should be 45345247259849570.
as i understood, s can be empy if both part1 and part2 are empty
hello there,
i made an attempt on this problem but the terminal returned some weird stuff like:
[0, 1] should equal [1]
[0,0,0,1,0,0,1] should equal [1,0,01]
..
whats the problem?