用程式化思考讓你變超人。
class Complex: def __init__(self, realpart, imagpart): self.r = realpart self.i = imagpart x = Complex(3.0, -4.5) x.r, x.i output=>(3.0, -4.5)
張貼留言
沒有留言:
張貼留言