コード例 #1
0
def EyeNews24():
    print("This is EyeNews24")
    print("Please choose the menu you want")
    menu_eyenews24 = input("입력 : ")
    menu_list = []
    while 1:
        if menu_eyenews24 == '1':
            print("잠시만 기다려주세요..")
            time.sleep(0.5)
            eyenews24_first = eyenews24_news()
            menu_list.append(eyenews24_first)

        elif menu_eyenews24 == '2':
            print("Back to the Future")
            from SubMenu.News import printFirstList
            eyenews24_second = printFirstList()
            menu_list.append(eyenews24_second)
            break

        else:
            print("번호를 잘못 누르셨어요ㅠㅠ(메밀티콘)")
コード例 #2
0
def RenminWang():
    print("This is RenminWang")
    print("Please choose the menu you want")
    menu_Renmin = input("입력 : ")
    menu_list = []
    while 1:
        if menu_Renmin == '1':
            print("잠시만 기다려주세요..")
            time.sleep(0.5)
            renmin_first = renmin_wang()
            menu_list.append(renmin_first)

        elif menu_Renmin == '2':
            print("Back to the Future")
            from SubMenu.News import printFirstList
            renmin_second = printFirstList()
            menu_list.append(renmin_second)
            break

        else:
            print("번호를 잘못 누르셨어요ㅠㅠ(메밀티콘)")
コード例 #3
0
def Hanguk():
    print("This is Hanguk")
    print("Please choose the menu you want")
    menu_hanguk = input("입력 : ")
    menu_list = []
    while 1:
        if menu_hanguk == '1':
            print("잠시만 기다려주세요..")
            time.sleep(0.5)
            hanguk_first = hanguk_news()
            menu_list.append(hanguk_first)

        elif menu_hanguk == '2':
            print("Back to the Future")
            from SubMenu.News import printFirstList
            hanguk_second = printFirstList()
            menu_list.append(hanguk_second)
            break

        else:
            print("번호를 잘못 누르셨어요ㅠㅠ(메밀티콘)")
コード例 #4
0
def Jeonja():
    print("This is Jeonja")
    print("Please choose the menu you want")
    menu_jeonja = input("입력 : ")
    menu_list = []
    while 1:
        if menu_jeonja == '1':
            print("잠시만 기다려주세요..")
            time.sleep(0.5)
            Jeonja_first = jeonja_news()
            menu_list.append(Jeonja_first)

        elif menu_jeonja == '2':
            print("Back to the Future")
            from SubMenu.News import printFirstList
            Jeonja_second = printFirstList()
            menu_list.append(Jeonja_second)
            break

        else:
            print("번호를 잘못 누르셨어요ㅠㅠ(메밀티콘)")
コード例 #5
0
def Syegye():
    print("This is Syegye")
    print("Please choose the menu you want")
    menu_syegye = input("입력 : ")
    menu_list = []
    while 1:
        if menu_syegye == '1':
            print("잠시만 기다려주세요..")
            time.sleep(0.5)
            syegye_first = syegye_news()
            menu_list.append(syegye_first)

        elif menu_syegye == '2':
            print("Back to the Future")
            from SubMenu.News import printFirstList
            syegye_second = printFirstList()
            menu_list.append(syegye_second)
            break

        else:
            print("번호를 잘못 누르셨어요ㅠㅠ(메밀티콘)")
コード例 #6
0
def DigialTimes():
    print("This is DigialTimes")
    print("Please choose the menu you want")
    menu_digital_times = input("입력 : ")
    menu_list = []
    while 1:
        if menu_digital_times == '1':
            print("잠시만 기다려주세요..")
            time.sleep(0.5)
            digital_times_first = digital_times_news()
            menu_list.append(digital_times_first)

        elif menu_digital_times == '2':
            print("Back to the Future")
            from SubMenu.News import printFirstList
            digital_times_second = printFirstList()
            menu_list.append(digital_times_second)
            break

        else:
            print("번호를 잘못 누르셨어요ㅠㅠ(메밀티콘)")
コード例 #7
0
def Newsis():
    print("This is Newsis")
    print("Please choose the menu you want")
    menu_newsis = input("입력 : ")
    menu_list = []
    while 1:
        if menu_newsis == '1':
            print("잠시만 기다려주세요..")
            time.sleep(0.5)
            newsis_first = newsis_tapa()
            menu_list.append(newsis_first)

        elif menu_newsis == '2':
            print("Back to the Future")
            from SubMenu.News import printFirstList
            newsis_second = printFirstList()
            menu_list.append(newsis_second)
            break

        else:
            print("번호를 잘못 누르셨어요ㅠㅠ(메밀티콘)")
コード例 #8
0
def GyeongHyang():
    print("This is GyeongHyang")
    print("Please choose the menu you want")
    menu_gyeonghyang = input("입력 : ")
    menu_list = []
    while 1:
        if menu_gyeonghyang == '1':
            print("잠시만 기다려주세요..")
            time.sleep(0.5)
            gyeonghyang_first = gyeonghyang_news()
            menu_list.append(gyeonghyang_first)

        elif menu_gyeonghyang == '2':
            print("Back to the Future")
            from SubMenu.News import printFirstList
            gyeonghyang_second = printFirstList()
            menu_list.append(gyeonghyang_second)
            break

        else:
            print("번호를 잘못 누르셨어요ㅠㅠ(메밀티콘)")
コード例 #9
0
def Dailyian():
    print("This is Dailyian")
    print("Please choose the menu you want")
    menu_dailyian = input("입력 : ")
    menu_list = []
    while 1:
        if menu_dailyian == '1':
            print("잠시만 기다려주세요..")
            time.sleep(0.5)
            dailyian_first = dailyian_news()
            menu_list.append(dailyian_first)

        elif menu_dailyian == '2':
            print("Back to the Future")
            from SubMenu.News import printFirstList
            dailyian_second = printFirstList()
            menu_list.append(dailyian_second)
            break

        else:
            print("번호를 잘못 누르셨어요ㅠㅠ(메밀티콘)")
コード例 #10
0
def Blotter():
    print("This is Blotter")
    print("Please choose the menu you want")
    menu_blotter = input("입력 : ")
    menu_list = []
    while 1:
        if menu_blotter == '1':
            print("잠시만 기다려주세요..")
            time.sleep(0.5)
            blotter_first = blotter_news()
            menu_list.append(blotter_first)

        elif menu_blotter == '2':
            print("Back to the Future")

            from SubMenu.News import printFirstList
            blotter_second = printFirstList()
            menu_list.append(blotter_second)
            break

        else:
            print("번호를 잘못 누르셨어요ㅠㅠ(메밀티콘)")