Re: Convert list to another form but providing same information

2016-03-22 Thread anantguptadbl
On Tuesday, March 22, 2016 at 12:01:10 AM UTC+5:30, Maurice wrote: > Just figured why: > > If I type this on the kernel: > > weirdList = [[0]*3]*5 > > weirdList > Out[257]: [[0, 0, 0], [0, 0, 0], [0, 0, 0], [0, 0, 0], [0, 0, 0]] > > weirdList[0][0] = 1 > > weirdList > Out[259]: [[1, 0, 0], [1,

Re: error sintax

2016-03-22 Thread anantguptadbl
On Tuesday, March 22, 2016 at 1:58:30 PM UTC+5:30, Gabriel Forcarelli dos Santos wrote: > meu python não esta reconhecendo os sinais de calculos em geral, peço a > ajuda de vocês. Hi Gabriel, Can you give some details Regards, Anant -- https://mail.python.org/mailman/listinfo/python-list