from timeit import default_timer as timer import random num_1 = random.choice(range(12)) num_2 = random.choice(range(12)) score = 0 start = timer() end = timer(