import threading sum_of_even_numbers = sum(range(2, 1)) print("The sum of even numbers from 1 to 1 is:", sum_of_even_numbers)