|
|
@@ -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:int=0, y:int=0):
|
|
|
+def absolute_move_karel(asset, x, y):
|
|
|
# Update coordinates in list
|
|
|
asset[1][1] = x
|
|
|
asset[1][2] = y
|