2
0
6
6320
1
import matplotlib.pyplot as plt squares = [1,4,9,16,25,36] fig,ax = plt.subplots()##创建画...