Open the main.py file and add the following code sample: import numpy as np import matplotlib.pyplot as plt N = 50 x = np.random.rand(N) y ...
確定! 回上一頁