Initialize List with Values

# Introduction In Python, a list is a collection of items that are ordered and changeable. Sometimes, we need to initialize a list with a specific value or set of values. In this challenge, you will create a function that initializes and fills a list with the specified value.

|60 : 00

Click the virtual machine below to start practicing