2016-04-02 23:38 GMT+02:00 Giuseppe Naponiello <beppen...@gmail.com>:
> (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
Python@lists.python.it
http://lists.python.it/mailman/listinfo/python

Rispondere a