TypeError: unsupported operand type(s) for -: 'list' and 'list'
Detailed traceback:
File "<string>", line 1, in <module>
[1, 2.0, 3, 4.5] * [5, 6, 7, 8]
---------------------------------------------------------------------------TypeError Traceback (most recent call last)
CellIn[15], line 1----> 1[1,2.0,3,4.5]*[5,6,7,8]TypeError: can't multiply sequence by non-int of type 'list'