Closed cccrick closed 5 years ago
class Complex: ... def init(self, realpart, imagpart): ... self.r = realpart ... self.i = imagpart 这里的def需要缩进
class Complex: ... def init(self, realpart, imagpart): ... self.r = realpart ... self.i = imagpart 这里的def需要缩进