[Python] TypeError.

Gabriele Battaglia iz4apu a libero.it
Ven 17 Gen 2014 14:38:48 CET


Salve, qualche tempo fa mi era capitata una cosa simile... Pensavo di aver 
capito come funziona ma evidentemente.... Non č cosė.

Cosa non va in questa istruzione:

f.write("%3d\t%8s\t%8s\t%3.2f%%\t%8s\t%8s\t%3.2f%%.\r\n" % (j+1, lmb[j], 
ltb[j], ltb1[j] * 100 / tpb, lmn[j], ltn[j], ltn1[j] * 100 / tpn))

Si tratta nell'ordine di: un intero, 2 stringhe, un float, 2 stringhe ed un 
altro float.

L'errore prodotto č: TypeError Unsupported operand type(s) for /: 'tuple' and 
'int'

GB. 



Maggiori informazioni sulla lista Python