Command raised an exception: NameError: name 'x' is not defined

前端 未结 0 1273
悲哀的现实
悲哀的现实 2020-12-13 02:35
def plotx(arg):
    m=np.linspace(-np.pi,np.pi,1000)
    l=arg.split(",")
    l1=l[0]
    l1=l1.replace("?","m")
    l2=l[1]
    l2=l2.         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题