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

4 lines
63 B
Python

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