|
@@ -138,9 +138,11 @@ The skeleton for the program also includes the `test_BBPlayer` function that doe
|
138
|
138
|
|
139
|
139
|
---
|
140
|
140
|
|
141
|
|
- ![figure1.png](images/figure1.png)
|
142
|
141
|
|
143
|
|
- **Figure 1.** Example of the window you should obtain if the code passes the unit tests.
|
|
142
|
+![figure1.png](images/figure1.png)
|
|
143
|
+
|
|
144
|
+
|
|
145
|
+**Figure 1.** Example of the window you should obtain if the code passes the unit tests.
|
144
|
146
|
|
145
|
147
|
---
|
146
|
148
|
|
|
@@ -157,12 +159,12 @@ The skeleton for the program also includes the `test_BBPlayer` function that doe
|
157
|
159
|
---
|
158
|
160
|
|
159
|
161
|
|
160
|
|
- ![figure3.png](images/figure3.png)
|
|
162
|
+![figure3.png](images/figure3.png)
|
161
|
163
|
|
162
|
164
|
|
163
|
|
- **Figure 3.** Example of the window you should obtain at the end of the program if it is working correctly.
|
|
165
|
+**Figure 3.** Example of the window you should obtain at the end of the program if it is working correctly.
|
164
|
166
|
|
165
|
|
- ---
|
|
167
|
+---
|
166
|
168
|
|
167
|
169
|
**IMPORTANT:** You SHOULD NOT make any changes in the `main` and `test_BBPlayer` functions, aside from removing the comments.
|
168
|
170
|
|