I am writing code in codekulptor, I have a question that we can create a file (module / package) in codekulptor and can we import it into another program, for example
hello.py
def jj:
....
....
print "hello world"
In another program
import hello
can we do this in codes? If so, how to do it?
source
share