使用Python

时间:2017-06-14 02:41:58

标签: python

我有一个名为imp.py的文件:

import tensorflow as tf
import numpy as np
import pandas as pd

我还有另一个名为test.py的文件,我想导入imp.py中的模块,因此,我写了

import imp.py

但模块尚未导入。什么应该是正确的方法?

0 个答案:

没有答案