We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 74ac3a5 + bd78be6 commit 23b60fdCopy full SHA for 23b60fd
1 file changed
ch7/polygon.py
@@ -12,8 +12,6 @@
12
# double RAD_to_DEG(double r) { return r*180.0 / M_PI; }
13
14
class point:
15
- #x = 0 # default values
16
- #y = 0
17
def __init__(self, x, y): # constructor
18
self.x = x
19
self.y = y
0 commit comments