Task 1.2: Import Pygame

Now that you have created your Python file, it's time to start setting it up for Pygame!

  1. At the very top of your Python file, you need to import the Pygame library.

  2. Initialising Pygame

You should now see something like this:

Pygame Init