C
de
S
pace
Explore
Log In
Explore
Sign Up
Log In
morgangarcia108
22.05.2026 11:00
1
Backup utility
Open to PRs
utils.py
def factorial(n): if n == 0: return 1 return n * factorial(n-1) print(factorial(5))
utils.py
def hello(): print("Hello, World!")
Idle
Try It
Clear
Log in
to leave a comment
Are you sure you want to delete this post?
Delete
Cancel