Declare 10 variables and perform arithmetic operations(Exponential, Modulus and Floor Division) on them i did it like a=1 b=2 c=3 d=4 e=5 f=6 g=7 h=8 i=9 j=10 m=a**b**c**d**e**f**g**h**i**j print(m) but see no output. where is my mistake? Please do help me out.