> Have you tried this with > > dip1 = [dp - 0.01 if dp == 90 else dp for dp in dipList] >
Yes that is better! many thanks! -- http://mail.python.org/mailman/listinfo/python-list
> Have you tried this with > > dip1 = [dp - 0.01 if dp == 90 else dp for dp in dipList] >
Yes that is better! many thanks! -- http://mail.python.org/mailman/listinfo/python-list