Recursion | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

Recursion

write a function power that accepts two arguments, a and b and calculates a raised to the power b. Example: power ( 2, 3) = 8 Raise a TypeError with the message Argument must be integer or float if the inputs are anything other that ints or floats. Note: Don't use **

10th Oct 2017, 11:02 PM
Franklin Yaw Frimpong
Franklin Yaw Frimpong - avatar
4 Answers
+ 4
i just leaent recursion
10th Oct 2017, 11:09 PM
๐Ÿ‘‘ Prometheus ๐Ÿ‡ธ๐Ÿ‡ฌ
๐Ÿ‘‘ Prometheus ๐Ÿ‡ธ๐Ÿ‡ฌ - avatar
10th Oct 2017, 11:18 PM
๐Ÿ‘‘ Prometheus ๐Ÿ‡ธ๐Ÿ‡ฌ
๐Ÿ‘‘ Prometheus ๐Ÿ‡ธ๐Ÿ‡ฌ - avatar
+ 2
I mean, it doesn't really use recursion but meh lmao xD https://code.sololearn.com/c2GSpv1yzJ1l/?ref=app
10th Oct 2017, 11:24 PM
LunarCoffee
LunarCoffee - avatar
+ 2
Yeah he never said it has to be a recursive function XD
10th Oct 2017, 11:26 PM
๐Ÿ‘‘ Prometheus ๐Ÿ‡ธ๐Ÿ‡ฌ
๐Ÿ‘‘ Prometheus ๐Ÿ‡ธ๐Ÿ‡ฌ - avatar