💡Iterating over all numbers in a given range and checking whether each number is even using the modulus operator.
🔍Using the range function to generate a sequence of numbers from 1 to 10.
🔢Incrementing a count variable every time an even number is encountered.
🖨️Printing the even numbers on the terminal using the print function.
✨Formatting and printing the count of even numbers using a formatted string.