+ 1
Using sololearn's playground for python, how can I access a class from another file and use it in the main file.
I create a file. In that file I create data type using class and object. How can I access it in my present file because I tried but it didn't work with sololearn
2 Answers
+ 2
Unfortunately, that is not possible on SoloLearn. You have to include the class within the same file if you want it to run on SoloLearn Compiler.
+ 1
Alright. Thanks for responding.