On Sat, Jan 30, 2016 at 9:58 PM, Veek. M <vek.m1...@gmail.com> wrote:

> Is there some other nice way to wrap this stuff up?
> I can't do:
> try:
>  x=
>  y=
>  z=
> except:
>

I happend to


Have just been doing the something
similar. You can put x,y,x in a list and loop over it. In my case a dict
was better.
See the example here.
https://github.com/vincentdavis/USAC_data/blob/master/tools.py#L24

Vincent Davis
720-301-3003
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to