In NumPy, you can find the square root of a number of sequence with np.sqrt() : import numpy as np np.sqrt(4) # Expected result # 2.0 ...
確定! 回上一頁