+ 5
import turtle turtle.penup() turtle.goto(-50,0) turtle.pendown() turtle.color("red") turtle.circle(60) turtle.done()
code, can anybody tell me the problem in this code
3 Antworten
+ 3
it says limited memory
0
what is the error you are getting?
0
It doesn't give any error..... It works well.
The turtle draws a circle ⭕ with red color