| 1 | initial version |
You should replace:
conds(zouzou[_],.5) if _ in range(0,10)]
with
conds(zouzou[_],.5) for _ in range(0,10)]
| 2 | No.2 Revision |
You should replace:
conds(zouzou[_],.5) [conds(zouzou[_],.5) if _ in range(0,10)]
with
conds(zouzou[_],.5) [conds(zouzou[_],.5) for _ in range(0,10)]
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.