Skip to content

Commit 23b60fd

Browse files
author
projectPythonator
authored
Merge pull request #3 from projectPythonator/AgisDaniels
removed two lines
2 parents 74ac3a5 + bd78be6 commit 23b60fd

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

ch7/polygon.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
# double RAD_to_DEG(double r) { return r*180.0 / M_PI; }
1313

1414
class point:
15-
#x = 0 # default values
16-
#y = 0
1715
def __init__(self, x, y): # constructor
1816
self.x = x
1917
self.y = y

0 commit comments

Comments
 (0)