5 lines
127 B
Python
5 lines
127 B
Python
from Sound import Sound
|
|
|
|
class LowScore(Sound):
|
|
def __init__(self):
|
|
self.name = '''Speech 9: "What a low score!"''' |