On 10/07/2008, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Hi,
>      Sorry for this, most likely, idiotic question on my part.  I'm really 
> liking Python and it's
> ease of use.  My only trouble is that I'm not sure how to use a script that 
> I've saved, during
> another script located within the same folder.
>
>  The idea is that I want to make a few functions and be able to pull them up 
> within my
> program without copy and pasting them.  Is it possible in Python?  Do I have 
> to import
> them?

Short answer: Yes.  Check out the tutorial:
http://docs.python.org/tut/node8.html

-- 
John.
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to