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
2 Respostas
+ 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
0
It is Web btw forgot to add