Stanley Albayeros Duarte
Stanley Albayeros Duarte
heyo @akshualy i [opened a PR](https://github.com/TeamFightTacticsBots/Alune/pull/90https://github.com/TeamFightTacticsBots/Alune/pull/90) for this :)
In this instance, ''size'' is not a required var name, check your syntax: for rectangle in rectangle_sizes picks a ''rectangle'' element for each element in the rectangle_sizes array, so you...
@DarthBanana0428 I believe you have mixed tabs and spaces in your solution, that might be the issue here.
if you declare a variable inside a function, that variable only exists within the function. I believe for the purposes of this exercise, you should use the robot's health variable,...
You used ''enter'' between completed_order = and waiting_orders. this is meant to be on the same line. Since space is limited, the solution box has split the line into two,...