Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 175 Bytes

README.md

File metadata and controls

12 lines (12 loc) · 175 Bytes

xchkiuyu

my degin from turtle import * color('red', 'yellow') begin_fill() while True: forward(200) left(170) if abs(pos()) < 1: break end_fill() done()