Task 1.2: Import Pygame
Now that you have created your Python file, it's time to start setting it up for Pygame!
-
At the very top of your Python file, you need to import the Pygame library.
-
Initialising Pygame
You should now see something like this: