import random. import numpy. from matplotlib import pyplot. x = [random.gauss(3,1) for _ in range(400)]. y = [random.gauss(4,2) for ...
確定! 回上一頁