I am writing a code in codeskulptor, I have a question that, can we create a file(module/package) in codeskulptor and can we import it in another program like
hello.py
def jj:
....
....
print "hello world"
In another program
import hello
can we do that in codeskulptor? If yes,how to do it?