# Define the range of numbers numbers = list(range(1, 37)) # Generate all combinations of 5 numbers all_combinations = combinations(numbers, 5)