Re: [Tutor] First complexity program

2010-09-15 Thread Viacheslav Chumushuk
On Wed, Sep 15, 2010 at 09:31:45PM +0300, Григор Колев wrote: > Hi. Hi, Grigoriy. > I try to make a program to connect my POS system with Geovision video > server. I can connect directly with serial port but on the POS no have > free serial. > My POS can send information like file on video ser

Re: [Tutor] Function behavior

2010-09-16 Thread Viacheslav Chumushuk
On Thu, Sep 16, 2010 at 08:18:45AM -0400, Ken Green wrote: > I am unclear on the behavior of using a function. Below is a short > code I wrote to print an amount out after inputting the number of > match. > > # TEST Function.py > > def change(amount): > if match == 1: > amount = 0