Hi guys. I have a square at the top and a small rectangle at the bottom that can be moved through the the 'a' (left) and 'd' (right) keys. When I move the square to the right, the rectangle goes left, vice versa. My question is, how do I convert my points (head1x, leg1x, etc) and the movement of the shapes ( head1x=head1x+1;) into functions, then into data structures? If possible, it would be nice if someone could also show me why you did this, did that, etc. Thank you very much! :) Note: head= square, leg=rectangle. :) My professor doesn't really explain well all she ever said was that functions and data structures make long codes shorter but I don't really understand why. Thank you. :)