Daftar Python dengan beberapa nilai yang sama
# To add v, n times, to l:
l += n * [v]
Good Grebe
# To add v, n times, to l:
l += n * [v]