I have a list, like this:
L = [0, 0, 1, 1, 1]
If you used the command SET :
L = [0,1]
sum(L) = 2
The answer I need would be: 3. Each response pair would be a point, as it has two '0' = 1, one point, three '1' = 2
NOTE: I'm sorr...
asked by
12.09.2018 / 14:22