added and tested rabbit logistics function

This commit is contained in:
ASPP Student 2025-09-23 16:58:32 +03:00
parent c62e1e8797
commit 0900ac61d4
2 changed files with 12 additions and 0 deletions

View file

@ -1 +1,3 @@
# Your code goes here
def f(x, r):
return x*r*(1 -x)