i have a file name student which i want to import in modify file i have used
import student
and
student file has a lot of functions which i want to import
i have even used
from student import *
but in both cases i am getting an error
"no module name student"
import student
and
student file has a lot of functions which i want to import
i have even used
from student import *
but in both cases i am getting an error
"no module name student"
Comment