import turtle turtle.penup() turtle.goto(-50,0) turtle.pendown() turtle.color("red") turtle.circle(60) turtle.done() | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

14th Nov 2016, 7:05 PM
Ermyas
Ermyas - avatar
3 Answers
+ 3
it says limited memory
15th Nov 2016, 11:30 AM
Ermyas
Ermyas - avatar
0
what is the error you are getting?
14th Nov 2016, 7:32 PM
Cristi Vlad
Cristi Vlad - avatar
0
It doesn't give any error..... It works well. The turtle draws a circle ⭕ with red color
4th Oct 2017, 4:27 PM
Paul Osakue
Paul Osakue - avatar