I\'m trying to learn Classes by creating the Leibniz Series, so far I have the following:
from fractions import * from decimal import * class LeibnizPiIterator: