2025-plovdiv-testing-debugging/testing_project/logistic.py
2025-09-23 16:58:06 +03:00

3 lines
39 B
Python

def f(x, r):
return r * x * (1-x)