예제 #1
0
파일: Artigos.py 프로젝트: EPCJC-LP10/14
def gerir():

    terminar = False

    while not terminar:
        op = menu.alunos()

        if op == '1':
            encontrar_posicao()
        elif op =='2':
            inserir_palavra()
        elif op == '3':
            listar_Palavras()
        elif op == '4':
            eliminar_palavra()
        elif op == '5':
            alterar_Palavra()
        elif op == '0':
            terminar = True
예제 #2
0
파일: refeicoes.py 프로젝트: EPCJC-LP10/16
def gerir():

    terminar = False

    while not terminar:
        op = menu.alunos()

        if op == '1':
            inserir_aluno()
        elif op == '2':
            listar_alunos()
        elif op == '3':
            pesquisar_aluno()
        elif op == '4':
            alterar_aluno()
        elif op == '5':
            eliminar_aluno()
        elif op == '0':
            terminar = True
예제 #3
0
파일: automoveis.py 프로젝트: EPCJC-LP10/09
def gerir():

    terminar = False

    while not terminar:
        op = menu.alunos()

        if op == '1':
            inserir_matricula()
        elif op =='2':
            listar_matricula()
        elif op == '3':
            pesquisar_matricula()
        elif op == '4':
            alterar_matricula()
        elif op == '5':
            eliminar_matricula()
        elif op == '0':
            terminar = True
예제 #4
0
파일: Artigos.py 프로젝트: EPCJC-LP10/14
def gerir():

    terminar = False

    while not terminar:
        op = menu.alunos()

        if op == '1':
            encontrar_posicao()
        elif op == '2':
            inserir_palavra()
        elif op == '3':
            listar_Palavras()
        elif op == '4':
            eliminar_palavra()
        elif op == '5':
            alterar_Palavra()
        elif op == '0':
            terminar = True