|
Re: Organized, multiple source code vs everything in one code.
can you post a copy of that on the python forum? I need a good excuse to get python on my team's school demo robot (it fires t-shirts, three injuries and no lawsuits yet, lol).
__________________
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
|