C
de
S
pace
Explore
Log In
Explore
Sign Up
Log In
harpersantos473
22.05.2026 11:52
0
Weather parser
Small script for learning
models.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