factorial

Run Settings
LanguagePython
Language Version
Run Command
def recy(x): if x == 0 or x == 1: return 1 else: return x * recy(x-1) print(recy(3))
Editor Settings
Theme
Key bindings
Full width
Lines