Opik-demo.py
Copy
def
my_function
(x:
int
) ->
int
:
return
x
+
1
my_function(
1
)