python/2024-6-23-1.py

5 lines
56 B
Python
Raw Normal View History

2024-07-13 10:49:07 +08:00
import turtle
turtle.circle(150,steps=4)
turtle.done()