# M0.py import pickle import matplotlib.pyplot as plt import M2 def write_bin(filename,data): with open(filename,"wb") as f: pickle.dump(data,f) def main(): CC2=M2.run() x=[] i=0 while i