Saved Bookmarks
| 1. |
Write a python program with function name as power(x,y). x and y are the two parameters whichwill accept two positive integers values/arguments passed from calling function. Program will calculate x to the power y. Suppose, if x=2 and y=3, it will calculate power=23=8 and print the value as output. |
|
Answer» xhfcnjv |
|