1#commando round 3 2 3max_formula_nums = 3 4allow_negatives = 1 5typing_practice_allowed = 1 6min_multiplier = -12 7max_multiplier = 12 8min_multiplicand = -12 9max_multiplicand = 12 10min_divisor = -12 11max_divisor = 12 12min_quotient = -12 13max_quotient = 12 14min_addend = -20 15max_addend = 20 16min_augend = -20 17max_augend = 20 18min_minuend = -20 19max_minuend = 20 20min_subtrahend = -20 21max_subtrahend = 20 22avg_list_length = 100 23