python/2024-6-23-1.py

5 lines
56 B
Python

import turtle
turtle.circle(150,steps=4)
turtle.done()