Gorillo08viz Gorillo08viz Math Answered Determine the output of the following operation using phyton.A. 100/50B. 22%3C. 3^4D. 1+2-3*4+5E. -----------5Perform the following operation and determine the output. x=10 y=2A. print('x > y is', x>y)B. print('x == y is', x==y)C. print ('x != y is', x!=y)A=TRUEB=FALSEA. A and BB. A or BC. A and AD. B or B