Crazy Clock
[email protected] // 1.0 // type-checkable
"It is like the thirteenth stroke of a crazy clock, which not only is itself discredited but casts a shade of doubt over all previous assertions." -A. P. Herbert
Write a class called Clock
with two methods, chime
and is_crazy
.
is_crazy
should return whether chime
has been called more than 12 times.