import numpy as np # if the shape is not mentioned the output will just be a random integer in the given range rand_int = np.random.randint(5,10) ...
確定! 回上一頁