HW0 grading - summary of what points were taken off for. Problem 1. 4 points -4 not done. -1 did not put the answer in the python file, instead attached a capture of the python shell. Problem 2. 4 points -.25 did not use repeat instruction, so instructions depend on size of robot's steps. -.25 implicitly used repeat correctly, but did not specify f. -.5 used instructions that were not allowed (like repeat (a) 10 times, or repeat with no condition for stopping). -1 used repeat instruction, but not clear what was to be repeated or which condition to check. -1.5 instructions would not get the robot to the library, or I did not understand them. Problem 3. 3 points -1 no print statement -.25 did integer division, not floating point division. -.5 formula for computing average is wrong - order of operations. -1 wrong answer - order of operations is wrong. -.5 printed the formula for computing the average, not the average itself. -3 no commands given for computing the average or printing it. Problem 4. 3 points -.25 per wrong answer, max -3 total. -.5 did not put the answers in the python file, instead attached a capture of the python shell. Notes: * If your program was turned in late, I graded the problems so you know how you did, but put a 0 in for the total grade. * Remember to save your file as a .py file. It is easiest for me if you leave the name the same as I have on the website, so hw0.py for the homework you just turned in. Please do not save your file in a zip or rar file. Just attach it. And leave it all in one file - it saves me time grading it you leave it all in one file. Do not save your homework into a word document. Save it from python IDLE as a .py file. * In terms of using this first homework grade to predict how you will do in the course... If you did poorly on this homework, you will probably do poorly in the course (unless you quickly turn things around). But if you did well, that does not say much yet - this was a pretty easy homework. * Keep the triple quotes with name and collaborators at the top. -.5 for no name and list of collaborators.