libraries import numpy as np import matplotlib.pyplot as plt # create a dataset height = [3, 12, 5, 18, 45] bars = ('A', 'B', 'C', 'D', ...
確定! 回上一頁