关于python类的使用
就比如任务的答案中class Rational(object)既有def __int__ 又有def __float__
那在print float(Rational(7,2))为什么不是输出整数而是输出float返回的数??
就比如任务的答案中class Rational(object)既有def __int__ 又有def __float__
那在print float(Rational(7,2))为什么不是输出整数而是输出float返回的数??
2016-08-13
举报