Python Class __div__ issue

后端 未结 2 764
走了就别回头了
走了就别回头了 2020-12-03 21:06

The tuples represent fractions. I\'m trying to divide the fractions by multiplying by the reciprical

class Test():
    def __init__(self):
        self._x=(1         


        
2条回答
提交回复
热议问题