← back to unit
Medium
# functions
Quadruple the Power
A wizard has a spell that doubles magical power. Use it twice — by calling it from inside another function — to quadruple the power! ⚡⚡
Finish both functions: double_power(power) should return power doubled. Then quadruple_power(power) should call double_power twice to get 4x the power.
💡 need a hint?
func-call-your-helper.py🔒 given lines are locked — write your code in between
loading...