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

Upload New File

parent 68c3e65b
No related branches found
No related tags found
No related merge requests found
roop2.py 0 → 100644
import turtle as t
t.bgcolor('black')
t.color("white")
t.speed(1000)
t.up()
t.down()
def roop2(size ,n ):
for i in range(n):
t.fd(i)
t.left(70)
roop2(1 , 500)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment