All pastes #920522 Raw Edit

GASP error

public python v1 · immutable
#920522 ·published 2008-02-27 14:02 UTC
rendered paste body
from gasp import *def play_game():    Text("Foobar", (20,570), size=24)begin_graphics(800, 600, title="Catch", background=color.yellow)Text("barfoo", (20,570), size=24)result = play_game()