======================== Be-A-Computer: Exam 2 ======================== This set of practice problems will allow you to test your understanding of some the material we have covered this quarter. While these problems will be good practice for Exam #2, we do not promise that they cover the full range of topics that might appear on the exam. To get started run ``git pull upstream master``, which will pick up a directory named ``bac-exam2``. You can check your answers by running the Python program ``bac.py`` in ``bac-exam2`` Warm-up exercise #1: What is the output of the following code? .. literalinclude:: bac.py :lines: 3-11 Warm-up exercise #2: What is the output of the following code? .. literalinclude:: bac.py :lines: 14-33 Warm-up exercise #3: What is the output of the following code? .. literalinclude:: bac.py :lines: 37-44 Warm-up exercise #4: What is the output of the following code? .. literalinclude:: bac.py :lines: 47-57