GASP error
public python v1 · immutablefrom 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()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()