Resolve "Предикат стабильности"

This commit is contained in:
IDONTSUDO 2023-07-04 07:57:09 +00:00 committed by Igor Brylyov
parent 247c84d718
commit 5239e6d091
12 changed files with 1188 additions and 1 deletions

View file

@ -0,0 +1,4 @@
import numpy as np
def my_foo(value):
return np.sqrt(value)