How would I do this so I have a turtle that moves to create lunes I took a guess but It won't work | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How would I do this so I have a turtle that moves to create lunes I took a guess but It won't work

#include <iostream> using namespace std; int main() { return 0; }string import turtle turtle.forward(StepsForward) turtle.right(Degrees) turtle forward(StepsForward) turtle.right(Degrees) turtle.forward(StepsForward) This I what u tried

16th Mar 2022, 11:21 PM
Erica Reynard
Erica Reynard - avatar
2 Answers
+ 1
Try your luck searching the Code Playground using 'turtle' search term. I saw some code examples available. Please remove the C++ code as it is irrelevant, and tag 'Python turtle' rather than 'helpplz' ☝ https://code.sololearn.com/W3uiji9X28C1/?ref=app
17th Mar 2022, 12:37 AM
Ipang
0
It is Web btw forgot to add
16th Mar 2022, 11:22 PM
Erica Reynard
Erica Reynard - avatar