C
de
S
pace
Explore
Log In
Explore
Sign Up
Log In
rowankovalenko536
22.05.2026 11:08
0
Habit tracker
Requires Python 3.11+
core.py
def factorial(n): if n == 0: return 1 return n * factorial(n-1) print(factorial(5))
Idle
Try It
Clear
Log in
to leave a comment
Are you sure you want to delete this post?
Delete
Cancel