Skip to content

Commit dbe1c4c

Browse files
committed
Update Basic-Pen-Clock.py
1 parent 9e80821 commit dbe1c4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Basic-Pen-Clock.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def draw_clock(h, m, s, pen):
2424
pen.penup()
2525
pen.goto(0,0)
2626
pen.setheading(90)
27-
for _ in range(12):
27+
for i in range(12):
2828
pen.fd(190)
2929
pen.pendown()
3030
pen.fd(20)

0 commit comments

Comments
 (0)