Test instance at 0x10d066878> __main__. ... #!/usr/bin/python # -*- coding: UTF-8 -*- class Point: def __init__( self, x=0, y=0): self.x = x self.y = y def ...
確定! 回上一頁