import numpy as np import pandas as pd import matplotlib.pyplot as plt x = np.arange(10,20) y = pd.Series(np.random.randint(1,10,10)) ...
確定! 回上一頁