# Introduction In programming, recursive functions are functions that call themselves during their execution. In this challenge, we will try to write a program to compute a recursive function in Python.
Click the virtual machine below to start practicing