[Python] Migrazione da 2 a 3.
Carlo Miron
miron a python.it
Mer 15 Lug 2015 16:35:14 CEST
2015-07-15 15:59 GMT+02:00 Gabriele Battaglia <iz4apu a libero.it>:
> 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):
| <miron a python.it> 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 :
Maggiori informazioni sulla lista
Python