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

3 lines
No EOL
56 B
Python

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