Write the following two programs using Python Language.
Q1. Write a program that accepts the lengths of three sides of a triangle as inputs. The program output should indicate whether or not the triangle is an equilateral triangle.
Q2. Write a program to print the first 10 even numbers starting with 0.