There is a problem with: [0]*4/2

"Traceback (most recent call last):
  File "<pyshell#5>", line 1, in <module>
    [0]*4/2
TypeError: unsupported operand type(s) for /: 'list' and 'int'"


Solution: prioritize calcul without list, before duplicate list