I made a simple if-else structure with functions but cannot get proper outputs

后端 未结 0 1512
死守一世寂寞
死守一世寂寞 2021-01-19 15:28
def trafficlight(label):

    if label == "tl0":
        pass
    elif label == "tl1":
        print("STOP")

def person(label):

    i         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题