STEAM & Dream Week 2: Python Graphics
In this lesson we will learn how to use python to create graphics. Computer graphics is a sub-field of computer science which studies methods for digitally synthesizing and manipulating visual content. To create graphics we will have to import modules. Importing modules is a critical skill when learning Python. A