tBKwtWS 1 месяц назад
Родитель
Сommit
cafd793998
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      karel_asset.py

+ 1 - 1
karel_asset.py

@@ -124,7 +124,7 @@ def absolute_move_karel(asset, x:int=0, y:int=0):
     return new_karel
 
 # Change the orientation of a passed Karel
-def rotate_karel(asset, direction):
+def rotate_asset(asset, direction):
     # Relative turn
     if direction == "right" or direction == "left":
         # East