PLSHELP69IN PLSHELP69IN Computer Science Answered Read about using loops with conditional statement in Python using the Internet. pls help Analyze the code below.for x in range (10): if x % 2 == 0: print(x) What loop statement is used in the program? What conditional statement is used in the program What is the output of the program?