|
Re: How to decide whether go left or right when the robot is at Y (bifurcate)
go left
__________________
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
|