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

4 lines
No EOL
42 B
Python

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