Best implementation so far

This commit is contained in:
ASPP Student 2025-09-23 16:56:58 +03:00
parent 21203a7836
commit 4674a165e1
2 changed files with 12 additions and 2 deletions

View file

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