In article <626f24e5-4d8e-416c-b3ed-dc56a88dc...@s21g2000prm.googlegroups.com>,
Lambda  <stephenh...@gmail.com> wrote:
>
>def matrix_power(m, n):
>  result = m[:]
>  print result is m

Use copy.deepcopy()
-- 
Aahz (a...@pythoncraft.com)           <*>         http://www.pythoncraft.com/

"You could make Eskimos emigrate to the Sahara by vigorously arguing --
at hundreds of screens' length -- for the wonder, beauty, and utility of
snow."  --PNH to rb in r.a.sf.f
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to