[Python] filtrare ai margini
Valerio Maggio
valerio.maggio a gmail.com
Gio 19 Set 2013 00:49:39 CEST
On Thursday, September 19, 2013, Vittorio Spina wrote:
> ciao,
> che sappiate esiste un modo pių elegante per evitare quello che segue?
> x = UnCertaFunzioneCheRitornaINT()
> if x>67: x=67
> if x<-67: x=-67
>
from math import copysign
>> x = get_value_of_X()
>> if not -67 < x < 67:
... x = copysign(67,x)
Che ne dici? !-)
--
valerio
-------------- parte successiva --------------
Un allegato HTML č stato rimosso...
URL: <http://lists.python.it/pipermail/python/attachments/20130919/e99fec9d/attachment.html>
Maggiori informazioni sulla lista
Python