눈동자

정은경·2020년 8월 18일
0

PyDev console: starting.
Python 3.7.7 (tags/v3.7.7:d7c567b08f, Mar 10 2020, 10:41:24) [MSC v.1900 64 bit (AMD64)] on win32
import turtle as t
t.color('#fbe2e5')
t.shape('turtle')
n = 60
t.speed('fastest')
for i in range(60):
...     t.circle(120)
...     t.right(360/n)
...     
t.speed('slowest')
for i in range(60):
...     t.circle(60)
...     t. right(360/n)
...     

>>>
profile
#의식의흐름 #순간순간 #생각의스냅샷

0개의 댓글