name 'np' is not defined from saved module

后端 未结 0 736
名媛妹妹
名媛妹妹 2020-12-07 03:45

I\'m currently using python, 3.9.0, and saved a module using IDLE with this code:

import numpy as np
def MonteCarlo_double(f, g, x0, x1, y0, y1, n):
    x = n         


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