4 lines
No EOL
80 B
Text
4 lines
No EOL
80 B
Text
class Point:
|
|
def __init__(self, x, y):
|
|
self.x = x
|
|
self.y = y |