Skip to content
Snippets Groups Projects
Commit d02f0aa9 authored by 장범진's avatar 장범진
Browse files

Upload New File

parent 3ddf1d4d
Branches
No related tags found
No related merge requests found
roop1.py 0 → 100644
import turtle as t
t.speed(100)
t.bgcolor("black")
t.color("yellow")
t.up()
t.goto(0,-200)
t.down()
k = 10
for j in range(200):
t.circle(k)
k=k+1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment