#10: Advanced topics in python

In this assignment,  we’re reviewing Dictionaries/Lists and learn  how to use the Lambda command. In the first screenshot the goal was to use the print command to print the keys from the dictionary movies. The second screenshot involves making a list of certain numbers. The third screenshot uses the lambda command to splice a list. The fourth screenshot uses lambda and filter to remove the extra letters to reveal the code in in the jumble of letters.