コード例 #1
0
def main():
    """
    This function is the main function in the program
    """
    interface()
    treadmill()
    global ID
    ID = mn.getcustomerId()
コード例 #2
0
def main():
    """
    This function is used to call all other function in this file
    """
    interface()
    weightlifting()
    global ID
    ID = mn.getcustomerId()
コード例 #3
0
def main():
    """
    This is the main function all the other functions are called from here
    """
    interface()
    climbingStairs()
    global ID
    ID = mn.getcustomerId()
コード例 #4
0
def main():
    """
    This is the main function all the other functions are called from here
    """
    interface()
    climbingStairs()
    global ID
    ID = mn.getcustomerId()
コード例 #5
0
def main():
    """
    This function is the main function in the program
    """
    interface()
    treadmill()
    global ID
    ID = mn.getcustomerId()
コード例 #6
0
def main():
    """
    This is the main function, all the function will be called from here
    """
    interface()
    spinningMachine()
    global ID
    ID = mn.getcustomerId()
コード例 #7
0
def main():
    """
    This function is used to call all other function in this file
    """
    interface()
    weightlifting()
    global ID
    ID = mn.getcustomerId()
コード例 #8
0
def main():
    """
    This is the main function, all the function will be called from here
    """
    interface()
    spinningMachine()
    global ID
    ID = mn.getcustomerId()