Let's see how to generate a random number from an array in python. from numpy import random val = random.choice([3, 5, 7 ...
確定! 回上一頁