Obtaining input

In a new file, code the following:

This will prompt our user for a container and a filling, and then assign them to the respective variables.

container = input("Please enter a container: ")
filling = input("Please enter a filling: ")