Turtle controls
Turtle controlling but the commands are easier
Heya beautiful people of the Internet, I’ve made a Python turtle program that you can enter fd, bk, rt, lt, cs, home, done... and it will execute those commands.
Note: 1 command at a time.
Also note: Some have parameters, sooooo... be on the lookout for them!
If someone has a brand new idea, just comment and try to edit this repl and I’ll try to fix/update it!
You can do this by:
elif command == ‘your_command’: another_variable = input(‘Text’) turtle.function_you_want()
Voters