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