feat(boards): python3下turtle添加 stamp 方法

This commit is contained in:
王立帮
2025-09-30 11:46:18 +08:00
parent 3aa8d53c11
commit 757f0f29ac
8 changed files with 43 additions and 3 deletions

View File

@@ -1776,6 +1776,7 @@ En.TURTLE_POS_SHAPE = "Get the turtle currently";
En.TURTLE_POS = "Get the current position of the turtle";
En.TURTLE_SHAPE = "shape";
En.TURTLE_HEADING = "Heading";
En.TURTLE_STAMP = "Stamp";
En.MIXLY_TOOLTIP_TURTEL_POS = 'Get the turtle\'s current position and return a tuple containing the current position x and y coordinates';
En.MIXLY_TOOLTIP_TURTEL_SHAPE = 'Get the turtle\'s current shape and return a string';
En.MIXLY_TOOLTIP_TURTEL_GET_SPEED = "get the turtles current speed and return an integer;";