10. Write a Python program to find power of any number x ^ y. no1 = int(input("Enter the first number :- ")) no2 = int(input("Enter the Second number :- ")) exp = no1 ** no2 print("The power is :- ",exp) Output :-
All computer course for class 9th to 12th with proper practical and theory .........