Список Python с несколькими одинаковыми значениями
# To add v, n times, to l:
l += n * [v]
Good Grebe
# To add v, n times, to l:
l += n * [v]