Need Sound Actuator Scripting Help

I am trying to make an object make a sound using a script. I am having trouble with the “startSound” command. Here is the script I am using:

expl = scene.addObject(‘killsoundmaster’, ‘killsounds’, 60)
expl.actuators[‘Sound’].startSound()

I would really appreciate any help anyone can give.