Skip to content

Commit e32833c

Browse files
Added color choice to version 1.3.2
Added color choice to version 1.3.2
1 parent 5960fa2 commit e32833c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TurtleInTheCity.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ def MoveRight(self, size):
168168
self.t.pendown()
169169
self.t.setheading(0)
170170

171-
def DrawRoofedHouse(self, size, color='peru', windowcolor='red'):
171+
def DrawRoofedHouse(self, size, color='peru', roofcolor='red'):
172172
Sub = size / 5
173173
self.t.setheading(0)
174174
self.t.pencolor('black')

0 commit comments

Comments
 (0)