Skip to content

Commit

Permalink
Update 12.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cyai authored Jun 14, 2022
1 parent d1eed79 commit 2543347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 12.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import turtle
t = turtle.Turtle()
t = turtle.Turtle()
t.circle(20)
t1=turtle.Turtle()
t1.circle(25)

0 comments on commit 2543347

Please sign in to comment.