10:06:19 From (anonymous) : So red doesnât need to be in parentheses?
10:07:56 From (anonymous) : Yes. This is because red is a variable rather than a function (which represents some lines of code that get executed)
10:08:32 From (anonymous) : In python, parentheses are always tied to some functions
10:10:10 From (anonymous) : i wrote the same code, but for some reason on step four, my bit keeps moving?
10:11:31 From (anonymous) : oh i mean that it keeps moving down the line on line four? like it doesnât turn correctly
10:11:58 From (anonymous) : i think itâs just not turning somehow?
10:12:00 From (anonymous) : Why couldnât you flip the bit.paint(âredâ) and bit.move command in the second âwhile loopâ instead of adding an âifâ function?
10:16:02 From (anonymous) : is bit.right_clear same as bit.front_clear?
10:16:07 From (anonymous) : in terms of function
10:16:43 From (anonymous) : is there a âwhile notâ?
10:16:55 From (anonymous) : Run where if the left is blocked?
10:22:44 From (anonymous) : LaIR is our version of Office Hour. It starts next Monday 6.28!
10:25:03 From (anonymous) : the order?
10:26:18 From (anonymous) : Do you expect us to know all of the code and syntax by heart when we do the homework or is it okay if we still need the slides for reference?
10:42:21 From (anonymous) : why did we add fill_row_blue(bit) above the while in the second section?
10:42:26 From (anonymous) : Ë
10:42:45 From (anonymous) : ohh
10:44:33 From (anonymous) : Why does it start from line 14 and not line 1?
10:44:35 From (anonymous) : How did you get bit to move back
10:44:40 From (anonymous) : so when we use a function it has to have the object name inside parenthesis?
10:44:44 From (anonymous) : As in running the code
10:45:20 From (anonymous) : Thank you
10:45:53 From (anonymous) : When bit got to the end of coloring the row, how did he move back?
10:47:06 From (anonymous) : It is defined in after the first while loop of fill_row_blue
10:57:33 From (anonymous) : Student question: why does cover_side have bit while cover_square has filename?
10:58:53 From (anonymous) : just a logistics question â is everything saved to our names when we run bit?
10:59:06 From (anonymous) :)
10:59:17 From (anonymous) : ok! so we donât need to manually save anything before we turn in the hw?
10:59:24 From (anonymous) : That is correct.
10:59:31 From (anonymous) : thank you!!
11:00:07 From (anonymous) : Would you mind explaining once more the difference between including (bit) and (filename)