add new test case function

This commit is contained in:
ASPP Student 2025-09-23 16:59:10 +03:00
parent ea7ab8af75
commit 671fcd2145

View file

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