Tanda tangani Python

import numpy as np
print(np.sign([-10, 0, 123]))
CompSciGeek