help me pls /u/9j_16 Python Education

from turtle import * def lol(): for i in range(1,10): forward(100) left(160) p = lol() getscreen().onclick(p) done() 

submitted by /u/9j_16
[link] [comments]

​r/learnpython from turtle import * def lol(): for i in range(1,10): forward(100) left(160) p = lol() getscreen().onclick(p) done() submitted by /u/9j_16 [link] [comments] 

from turtle import * def lol(): for i in range(1,10): forward(100) left(160) p = lol() getscreen().onclick(p) done() 

submitted by /u/9j_16
[link] [comments] 

Leave a Reply

Your email address will not be published. Required fields are marked *