Beispiel #1
0
 def __init__(self, pgm):
     Program.__init__(self, pgm)
     self.string = []
Beispiel #2
0
 def __init__(self, program):
     Program.__init__(self, program)
     self.xball = 0
     self.xpaddle = 0
     self.score = 0