Пример #1
0
elif key == "2":
    password = input("Enter the password for selecting sector of coordinator")
    if password == "cod123":
        c = Coordinator()
        work = input(
            "What do you want \n 1:Take in login request \n 2:Request to CCS \n 3:get request for fresher"
        )
        if work == "1":

            c.take_in_login_request("DFd")
        elif work == "2":

            c.request_to_ccs("fdfd")

        elif work == "3":
            c.get_request_for_fresher_training("dfdf")

        else:
            print("Wrong Choice")

    else:
        print("You have Entered Wrong Password")

elif key == "3":
    password = input("Enter the Faculty Password")

    if password == "fac123":
        f = Faculty()
        work = input(
            "What do you want \n 1:To Appoint me \n 2:Remove appointment ")
        if work == "1":