blob: 253e98040c2b7dbf011bb80347f5ea6367d13a56 [file] [log] [blame]
class Point:
def __init__(self, x, y):
self.<caret>x = x
self.y = y