- 1
Folder(2)
Is it possible to write a function, method or whatever in one program. Then move to a completely different program and call it? Something similar to packages but you write yourself. If so how? (SHOULD BE IN PYTHON PLEASE OR ANYTHING BUT HOPEFULLY PYTHON).
4 odpowiedzi
+ 2
it is easy
https://docs.python.org/2/tutorial/modules.html
+ 2
Check my answer in your older question:
https://www.sololearn.com/Discuss/996917/?ref=app
And avoid posting duplicate threads ^^
- 1
What do you mean?
If you mean to move on to a completely different python program than no you would have to redefine the function
- 1
thanks