pip3 install matplotlib -i https://pypi.tuna.tsinghua.edu.cn/simple ... import numpy as np from matplotlib import pyplot as plt x = np.arange(1,11) y = 2 ...
確定! 回上一頁