Angela Liu

Results 2 issues of Angela Liu

Under 'basic types in python', fitness should be a string, not a variable Current: ``` # Subtraction with strings print(fitness - 'a') ``` Corrected: ``` # Subtraction with strings print('fitness'...

` Click the "Launch" button under "Jupyter Notebooks" and navigate through your file system to the Python-Data-Visualization folder you downloaded above. ` Should read Python-Data-Wrangling instead of Data Visualization