|
Re: This Code worked, then it didn't
ok, thanks for the code. We found that the problem was a freaking pwm cable dying on us. >_<
__________________
Code:
class team2412(GP):
def __init__(self):
GP.__init__(self)
self.coopertition = True
self.info = {"name": "Robototes", "school": "Sammamish High School, Bellevue, WA"}
assert self.kind_people == True
|