print "INSERT QUIZ INTRO"
choices1();
def choices1():
print "The SNES Star Fox games ran off of/was used to advertise what advancement?"
print "1: 32 Bit color"
print "2: Argonaut's Super FX Chip"
print "3: Voice-like sound effects"
print "4: Higher Frame rates"
001();
There's code past this but I imagine this is where it matters. When I run this, it says "NameError: name 'choices1' is not defined"
What can I do to fix this?