CS50 Week04 - Python: Libraries
Libraries extend the abilities of Python. Some libraries are included by default with Python and simply need to be imported.
Libraries extend the abilities of Python. Some libraries are included by default with Python and simply need to be imported.
Testing your code is a natural part of the programming process. Unit tests allow you to test specific aspects of your code.
We are going to work with a higher-level programming language called Python.