7 kyu
Some stereometry
495Cptnprice
Loading description...
Mathematics
Fundamentals
View
This comment has been reported as {{ abuseKindText }}.
Show
This comment has been hidden. You can view it now .
This comment can not be viewed.
- |
- Reply
- Edit
- View Solution
- Expand 1 Reply Expand {{ comments?.length }} replies
- Collapse
- Spoiler
- Remove
- Remove comment & replies
- Report
{{ fetchSolutionsError }}
-
-
Your rendered github-flavored markdown will appear here.
-
Label this discussion...
-
No Label
Keep the comment unlabeled if none of the below applies.
-
Issue
Use the issue label when reporting problems with the kata.
Be sure to explain the problem clearly and include the steps to reproduce. -
Suggestion
Use the suggestion label if you have feedback on how this kata can be improved.
-
Question
Use the question label if you have questions and/or need help solving the kata.
Don't forget to mention the language you're using, and mark as having spoiler if you include your solution.
-
No Label
- Cancel
Commenting is not allowed on this discussion
You cannot view this solution
There is no solution to show
Please sign in or sign up to leave a comment.
10 min to understand the description
Dang, I checked every single solution and I'm the only tau apologist here, sadge.
python new test framework is required. updated in this fork
Approved. Thanks.
Thank you for your effort on the kata, Sensei :) However, I think you should just give them the formula for the radius of the circle since it is the only challenge in this kata and is irrelevant to programming.
Hi,
Why is it irrelevant? Mathematics is indivisible part of programming and in order to solve this kata, one needs to know some. I agree there is not much to do but that's why it should be evaluated as 7kyu-8kyu kata. :)
there's a bigger challenge, understanding the description
Hi,
You should change the case of the arguments:
r
andh
(capitalized identifier are for classes, in python).Changed.
It's not the length of the circle (which is ambiguous), it's the perimeter of the circle. Length typically means its radius.
It's also the area of the original sphere. The wording kind of implies that it's the area of the curved part of the original sphere.
Well,from where I studied all of these, it's called length of the circle but okay I will change it to 'perimeter' and 'area of the sphere' to 'area of the original sphere'.
Is that issue solved?
Yes, I think so.
By the way, if you've fixed the problem you can resolve the yourself too. Not everyone remembers to revolve dangling issues after it's fixed :)
Yes, but I wanted to make sure everything is alright :D thanks :)