import imageio import matplotlib.pyplot as plt %matplotlib inline pic = imageio.imread('images/me.jpg') plt.figure(figsize = (5,5))
確定! 回上一頁