We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e80821 commit dbe1c4cCopy full SHA for dbe1c4c
Basic-Pen-Clock.py
@@ -24,7 +24,7 @@ def draw_clock(h, m, s, pen):
24
pen.penup()
25
pen.goto(0,0)
26
pen.setheading(90)
27
- for _ in range(12):
+ for i in range(12):
28
pen.fd(190)
29
pen.pendown()
30
pen.fd(20)
0 commit comments