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