On Mon, Oct 2, 2017 at 1:32 PM, Bill <bill_nos...@whoknows.net> wrote:
>     @property def circumference(self):
>         return 2 * math.pi *self.radius

Of course the *proper* formula here is just math.tau * self.radius.
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to