def trafficlight(label): if label == "tl0": pass elif label == "tl1": print("STOP") def person(label): i