[Tutor] Variables and Functions

2007-11-28 Thread Devon MacIntyre
Hi, Just wondering, how would I get a variable out of one function and into another? I'm trying to make a Sudoku puzzle for Python 2.5.1, and in one function I have the finished puzzle (as a matrix) called 'puzzle'. Using the 'copy' module I made a deep copy called 'new_puzzle'. That function is ca

Re: [Tutor] Variables and Functions

2007-11-28 Thread Devon MacIntyre
to be brought. ''' I read about the 'class' module, but am not sure on it's execution. I really appreciate any time spent on my (simple) problem. Thanks in advance. On Nov 28, 2007 4:18 PM, Kent Johnson <[EMAIL PROTECTED]> wrote: > Devon MacIntyre wrote: