altro modo da lanciare script al volo con la bash รจ questo:

$ python << EOF

for x in range(10):
    print x,

EOF

0 1 2 3 4 5 6 7 8 9
$
_______________________________________________
Python mailing list
Python@lists.python.it
http://lists.python.it/mailman/listinfo/python

Rispondere a