http://rene.f0o.com/mywiki/LectureThree#head-d4e5cda1e9eb26a049b47d429144faba112006dc
Going through this.
Just doing the exercises and trying to figure out what I need to add to my current code to quit on any key press
import pygame, sys,os
from pygame.locals import *
pygame.init()...