I just spent a fair amount of time finding a 64-bit installation of pygame to use with python 3.3, (here) and now am trying to make a window. However, although the window op
try using the following command:
sys.exit(0)
notice: You will need to import the sys library in order to use it.