2016-04-02 23:38 GMT+02:00 Giuseppe Naponiello <[email protected]>:
> (tralascio le cose superflue a favore di una maggiore leggibilità)
[…]
> def shp():
>     try:
>       os.system(punti)
>     except:
>       return
>     try:
>       os.system(linee)
>     except:
>       return
>     try:
>       os.system(poligoni)
>     except:
>       return

Le eccezioni qui sono tutte catchall per la questione della leggibilità, giusto?


-- 
Andrea
_______________________________________________
Python mailing list
[email protected]
http://lists.python.it/mailman/listinfo/python

Rispondere a