# Define a list of numbers numbers = [10, 25, 5, 42, 8] # Find the maximum value in the list max_value = max(numbers)