teacher_code_python/test.py

3 lines
56 B
Python

import turtle
turtle.circle(500,steps=100)
turtle.done()