[Tutor] mamelauncher

Danny Yoo dyoo at hkn.eecs.berkeley.edu
Mon Sep 12 23:04:54 CEST 2005



On Mon, 12 Sep 2005, Alan G wrote:

> > def run_mame_selection(selection):
> >    os.system("C:\\mame096b\\mame.exe"+""+selection)

Hi Max,

If you're getting really stuck here, skip below for a hint.





Hint: in the defintion of run_mame_selection, there's some string
concatenation going on here:

######
def run_mame_selection(selection):
   os.system("C:\\mame096b\\mame.exe"+""+selection)
######

Why the empty string?


Best of wishes!



More information about the Tutor mailing list