feat(boards): python3下turtle添加 stamp 方法
This commit is contained in:
@@ -1789,6 +1789,7 @@ ZhHant.TURTLE_POS_SHAPE = "獲取海龜當前";
|
||||
ZhHant.TURTLE_POS = "位置";
|
||||
ZhHant.TURTLE_SHAPE = "形狀";
|
||||
ZhHant.TURTLE_HEADING = "朝向";
|
||||
ZhHant.TURTLE_STAMP = "留下印記";
|
||||
ZhHant.MIXLY_TOOLTIP_TURTEL_POS = '獲取海龜當前位置,返回一個包含當前位置x座標和y座標的元組';
|
||||
ZhHant.MIXLY_TOOLTIP_TURTEL_SHAPE = '獲取海龜當前形狀,返回一個字符串';
|
||||
ZhHant.MIXLY_TOOLTIP_TURTEL_GET_SPEED = '獲取海龜當前速度,返回一個整數';
|
||||
|
||||
Reference in New Issue
Block a user