2015-07-15 15:59 GMT+02:00 Gabriele Battaglia <[email protected]>: > Ricevo un errore di sintassi su un confronto: > if x <> 0:
In questo caso esistono due soluzioni, lascio a te il decidere qual è Quella Giusta™: * usi la forma corretta `!=` invece del diamante (`<>`) * aggiungi in cima allo script `from __future__ import barry_as_FLUFL` © -- |:**THE BEER-WARE LICENSE** (Revision 42): | <[email protected]> wrote this mail. As long as you retain | this notice you can do whatever you want with this stuff. | If we meet some day, and you think this stuff is worth it, | you can buy me a beer in return. | --Carlo Miron : _______________________________________________ Python mailing list [email protected] http://lists.python.it/mailman/listinfo/python
