Download this file
1 2 3 4 5 6 7
# Auxiliar Functions # ------------------ def final_repetition(init_repetiton: int = 0, n_repetitions: int = 5): """ Returns the final repetition to be executed """ return init_repetiton + n_repetitions