4 lines
63 B
Python
4 lines
63 B
Python
# Your code goes here
|
|
|
|
def f(x, r):
|
|
return r * x * (1 - x)
|