Determine the output of the following operation using phyton.

A. 100/50
B. 22%3
C. 3^4
D. 1+2-3*4+5
E. -----------5

Perform the following operation and determine the output.
x=10
y=2

A. print('x > y is', x>y)
B. print('x == y is', x==y)
C. print ('x != y is', x!=y)

A=TRUE
B=FALSE

A. A and B
B. A or B
C. A and A
D. B or B​