OneCompiler

Access to other modules within workspace

I have split my Python project into individual .py files which contain common routines e.g. geometry.py . I am familiar with VS in which I add an import statement like "import geometry as geo" so I can access functions in those files. When I do that in OneCompiler I get a message that the file geometry.py can't be found. Is this capability a limitation of the current python version in OneCompiler?

1 Answer

1 year ago by

I think it's a problem with the abbreviated name or the name of the file.

1 year ago by FIve