Posts by Carolina • 1 point
1 post
-
-1
votes1
answer71
viewsQ: Cannot multiply the sequence by a non-int of type 'float', even when transformed into 'map'
level: beginner I need to multiply that [list] * [float]: eta = [random.random () - 0,5] * eps but when I try to make a float or a map, it still doesn’t work (because of unsupported operand types).…