my degin from turtle import * color('red', 'yellow') begin_fill() while True: forward(200) left(170) if abs(pos()) < 1: break end_fill() done()
-
Notifications
You must be signed in to change notification settings - Fork 0
xcm414/xchkiuyu
About
my degin
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published