+ 1
Importing
Is it possible to import the function of another code you have written into a separate code? Iâm using Python.
4 Answers
+ 3
it doesnt work on sololearn only on actual python.
+ 1
Just use âfrom NameOfCode import NameOfFunctionOrClassâ above the rest of the code
It can be imported like any normal library
0
This doesnât seem to work in SoloLearn, am I missing something?
0
Okay, thatâs what I thought! Thanks!!