Ejemplo n.º 1
0
def main():
    """
    This function is the main function in the program
    """
    interface()
    treadmill()
    global ID
    ID = mn.getcustomerId()
def main():
    """
    This function is used to call all other function in this file
    """
    interface()
    weightlifting()
    global ID
    ID = mn.getcustomerId()
def main():
    """
    This is the main function all the other functions are called from here
    """
    interface()
    climbingStairs()
    global ID
    ID = mn.getcustomerId()
Ejemplo n.º 4
0
def main():
    """
    This is the main function all the other functions are called from here
    """
    interface()
    climbingStairs()
    global ID
    ID = mn.getcustomerId()
def main():
    """
    This function is the main function in the program
    """
    interface()
    treadmill()
    global ID
    ID = mn.getcustomerId()
Ejemplo n.º 6
0
def main():
    """
    This is the main function, all the function will be called from here
    """
    interface()
    spinningMachine()
    global ID
    ID = mn.getcustomerId()
Ejemplo n.º 7
0
def main():
    """
    This function is used to call all other function in this file
    """
    interface()
    weightlifting()
    global ID
    ID = mn.getcustomerId()
def main():
    """
    This is the main function, all the function will be called from here
    """
    interface()
    spinningMachine()
    global ID
    ID = mn.getcustomerId()