Learn
tenth_power()
Instructions
1.
Write a function named tenth_power()
that has:
- An
int
parameter namednum
.
The function should return num
raised to the 10th power.
Take this course for free
By signing up for Codecademy, you agree to Codecademy's Terms of Service & Privacy Policy.