Run ❯
Get your
own Python
server
×
Change Orientation
Change Theme, Dark/Light
Go to Spaces
import numpy as np if type(np.add) == np.ufunc: print('add is ufunc') else: print('add is not ufunc')
add is ufunc