TypeError: unsupported operand type(s) for -: 'list' and 'list'
TypeError: unsupported operand type (s) for -: ‘list’ and ‘list’. Kim_Vivi (Kim Vivi) August 21, 2022, 10:10pm #2. Thanks for helping for this! thecho7 (Suho Cho) August 21, 2022, 11:38pm #3. It seems condiMI and result_ITE are list. Python does not support an element-wise operation between two lists. Modify condiMI-result_ITE to.