102k views
14 votes
Please help asap! someone good with python

Please help asap! someone good with python-example-1
User Jamar
by
5.1k points

1 Answer

6 votes

Answer:

import turtle

t = turtle.Turtle()

for x in range(1,11):

t.circle(10*x)

User Jisna
by
5.1k points