Python
0
Вклад в тег
import import_ipynb
import functions
from functions import compute_surface
testing = compute_surface(5)
print (testing)
#рабочий способfrom ipynb.fs.full.functions import compute_surfaceimport nbimporter
from functions import compute_surface
testing = compute_surface(5)
print (testing)
#рабочий способ