TheTechRobo/python-text-calculator

Semicircle area feature: result prints twice, with two different results

Closed this issue · 1 comments

Which result is right??

Bug has been fixed. It was due to the fact that when the semicircle function used the circle function the circle function would print out its result but that would only be correct if it was a circle not a semicircle.