> > if menu_items.has_key(choice): > os.system('s%')% menu_items[choice] > else: > sys.exit('Sorry, try again.') > > ---------end silly menu script------------- > > For some reason, I get a problem with: > > os.system('s%')% menu_items[choice] > > which gives this number coercion error: > it's "%s", not vice versa.