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.