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

+ 1 - 1
karel_asset.py

@@ -112,7 +112,7 @@ def orientation_move_asset(asset, direction, amount):
     return new_karel
 
 # Move a passed Karel to new coordinates
-def absolute_move_karel(asset, x, y):
+def absolute_move_asset(asset, x, y):
     # Update coordinates in list
     asset[1][1] = x
     asset[1][2] = y