Page 320 - 3-2
P. 320

elif (495 < x < 620) and (150 < y < 230):     train(21) #  예술회관
                    elif (645 < x < 765) and (150 < y < 230):     train(39) #  완정
                    # 2
                    elif (45 < x < 170) and (255 < y < 335):    train(36) #  왕길
                    elif (195 < x < 320) and (255 < y < 335):     train(2) #  운서
                    elif (345 < x < 470) and (255 < y < 335):     train(59) #  운연
                    elif (495 < x < 620) and (255 < y < 335):     train(26) #  원인재
                    elif (645 < x < 765) and (255 < y < 335):     train(60) #  인천
                    # 3
                    elif (45 < x < 170) and (360 < y < 440):    train(48) #  인천가좌
                    elif (195 < x < 320) and (360 < y < 440):     train(0) #  인천국제공항
                    elif (345 < x < 470) and (360 < y < 440):     train(79) #  인천논현
                    elif (495 < x < 620) and (360 < y < 440):     train(50) #  인천대공원
                    elif (645 < x < 765) and (360 < y < 440):     train(32) #  인천대입구
                    # 4
                    elif (45 < x < 170) and (465 < y < 540):    train(50) #  인천시청
                    elif (195 < x < 320) and (465 < y < 540):     train(22) #  인천터미널
                    elif (345 < x < 470) and (465 < y < 540):     train(74) #  인하대
                    elif (495 < x < 620) and (465 < y < 540):     train(9) #  임학
                    else: initial(5)


            def output_b6(x,y): # ㅈ ~ㅎ
                while True :
                    exit()
                    # 1
                    if (45 < x < 170) and (150 < y < 230): train(12)    #  작전
                    elif (195 < x < 320) and (150 < y < 230):     train(63) #  제물포
                    elif (345 < x < 470) and (150 < y < 230):     train(51) #  주안
                    elif (495 < x < 620) and (150 < y < 230):     train(50) #  주안국가산단
                    elif (645 < x < 765) and (150 < y < 230):     train(31) #  지식정보단지
                    # 2
                    elif (45 < x < 170) and (255 < y < 335):    train(4) #  청라국제도시
                    elif (195 < x < 320) and (255 < y < 335):     train(29) #  캠퍼스타운
                    elif (345 < x < 470) and (255 < y < 335):     train(30) #  테크노파크
                    elif (495 < x < 620) and (255 < y < 335):     train(78) #  호구포
                    else: initial(6)


            def exit():
                for event in pygame.event.get():
                    #  창닫기 버튼을 눌렀을 때
                    if event.type == QUIT:
                        pygame.quit()
                        sys.exit()
            #######################################################
            # transcribe_streaming.py


                                                         - 320 -
   315   316   317   318   319   320   321   322   323   324   325