Exercise: Dynamically Create Lists
Define a function called create_list that has two parameters and returns a list containing those parameters. Ensure the
print
statements produce the expected outputs.Premium
Python
Setting up Python environment...
Output