How do I initialise a list with 10 times a default value in Python? I'm searching for a good looking way to initialize a empty list with a specific range. So make a list that contains 10 zeros or something to be sure that my list has a specific length.
|
|
If the "default value" you want is immutable, @eduffy's suggestion, e.g. But if you want, say, a list of ten |
||
|
|
|
|
list multiplication works.
|
||
|
|
