Feedback for these lessons is very much welcome. If you like or hate something about a lesson let us know, either on GitHub, via Mail or just tell us in person ;)
x
Power and faculty
Write a program that takes two numbers a, b from the user and calculates a^b and b^a
Experts: Write a program that calculates the factorial of the user input.
###Hints###
Experts: The factor changes in each step.
##Solution##