In [1]:
import
numpy
as
np
def
f
(
a
):
return
(
a
)
a
=
1
f
(
1
)
Out[1]:
1