i liked this pin
.
Let's not give anyone any stupid ideas, please.
This comment has been deleted.
looks like image is broken.. ?
lol
This is amazing. Is it in Python?
Interesting coding challenge.
This comment is hidden because it contains spoiler information about the solution
it doesn't work for None
gg
Sure! Thanks a lot!
It works without return because the sample test (scroll a bit to see it in the coding page) tries to call factorial(). Talking about what he imported from math, factorial, it is imported as a function after all. Hope you get it.
This was probably one of the simplest ways to do it without digging into regex. nice job.
XCTAssertEqual failed: ("h(t) = -16.0t^2 + 17.880t + 51.0") is not equal to ("h(t) = -16.0t^2 + 17.88t + 51.0") XCTAssertEqual failed: ("x(t) = 83.070t") is not equal to ("x(t) = 83.07t")
Yeah, really. They're not the same.
EVERYTHING, including values in the equations appearing as coefficients, must be rounded to THREE decimal places.
But because there is no proper order in XCTAssertions, it could be your answer is right and the expected one is wrong, please elaborate.
Loading collection data...
i liked this pin
.
Let's not give anyone any stupid ideas, please.
This comment has been deleted.
looks like image is broken.. ?
lol
This is amazing. Is it in Python?
Interesting coding challenge.
This comment is hidden because it contains spoiler information about the solution
it doesn't work for None
gg
Sure! Thanks a lot!
It works without return because the sample test (scroll a bit to see it in the coding page) tries to call factorial(). Talking about what he imported from math, factorial, it is imported as a function after all. Hope you get it.
This was probably one of the simplest ways to do it without digging into regex. nice job.
Yeah, really. They're not the same.
But because there is no proper order in XCTAssertions, it could be your answer is right and the expected one is wrong, please elaborate.
Loading more items...