Пример #1
0
def failure_start():
    print """You've recieved a penalty for one of numerous transgressions
    against the Acadamy. """
    import penalty_loop
    penalty_loop.penalty_sys_1()
Пример #2
0
def failure_1(why):
    print why, """ you did not meet the required standards,
    choose another team..."""
    import penalty_loop
    penalty_loop.penalty_sys_1()
Пример #3
0
def failure_start_sarc():

    import penalty_loop
    penalty_loop.penalty_sys_1()
Пример #4
0
def failure_start():
    print """You've recieved a penalty for one of numerous transgressions
    against the Acadamy. """
    import penalty_loop
    penalty_loop.penalty_sys_1()
Пример #5
0
def failure_1(why):
    print why, """ you did not meet the required standards,
    choose another team..."""
    import penalty_loop
    penalty_loop.penalty_sys_1()
Пример #6
0
def failure_start_sarc():

    import penalty_loop
    penalty_loop.penalty_sys_1()