• Custom User Avatar

    is it neccessary to put '[]' in the min() function?

  • Custom User Avatar

    what argument do I have to hand the cProfile.run() function? The function as string or a filename with the function as string? did not work so far.

  • Custom User Avatar

    A critical hint for those having trouble with timeout, use a code profiler to check execution time of each step in your code. In Python look at the inbuilt cProfile library on your own environment.