Wed Sep 12 21:11:26 2018 COMBINATION_LOCK_TEST Python version: 3.6.5 A combination lock consists of M dials, each having N symbols. We seek to determine the combination C. The number of dials is M = 4 The number of symbols is N = 5 The number of possible combinations is M^N = 625 The combination: 0 1 1 2 2 3 3 4 The combination was found on step 191 0 1 1 2 2 3 3 4 The combination was found in 191 steps COMBINATION_LOCK_TEST Normal end of execution. Wed Sep 12 21:11:26 2018