Re: var1 = var2 = var3

2016-02-18 Thread Bill Freeman
ment > > _Nik > > On Tuesday, February 16, 2016 at 12:06:10 PM UTC-8, anotherdjangonewby > wrote: >> >> Hi, >> >> this may be a bit off-topic, but: >> >> How are expressions like: >> >> var1 = var2 = var3 >> >> called Python.

Re: var1 = var2 = var3

2016-02-17 Thread Nikolas Stevenson-Molnar
pic, but: > > How are expressions like: > > var1 = var2 = var3 > > called Python. Without a hint I cannot goolge this. > > Thanks > > Kai > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsub

Re: var1 = var2 = var3

2016-02-17 Thread srinivas devaki
ruary/703235.html On Wed, Feb 17, 2016 at 1:35 AM, anotherdjangonewby wrote: > Hi, > > this may be a bit off-topic, but: > > How are expressions like: > > var1 = var2 = var3 > > called Python. Without a hint I cannot goolge this. > > Thanks > > Kai > &

Re: var1 = var2 = var3

2016-02-16 Thread Alex Heyden
That's an assignment statement. See https://docs.python.org/2/reference/simple_stmts.html for more. On Tue, Feb 16, 2016 at 2:05 PM, anotherdjangonewby < anotherdjangone...@gmx.de> wrote: > Hi, > > this may be a bit off-topic, but: > > How are expressions like: > &g

var1 = var2 = var3

2016-02-16 Thread anotherdjangonewby
Hi, this may be a bit off-topic, but: How are expressions like: var1 = var2 = var3 called Python. Without a hint I cannot goolge this. Thanks Kai -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this grou