|
Re: How to decide whether go left or right when the robot is at Y (bifurcate)
Our team's robot will randomly choose because of how i messed up programming it.
__________________
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
|