On Fri, 13 Apr 2007, [EMAIL PROTECTED] wrote:
> Alright I got an error saying:
>
> Syntax Error Line 6:
> pygame.init()
>
>
> Script:
>
> import sys
> import pygame
> from pygame.locals import *
>
>
>       pygame.init()

Indeed this is a syntax error - the code is indented unnecessarily and 
invalidly.


    Richard

Reply via email to