Question: Lipyter DataStructures Homework autoved) Logou Edit View Insert Cell Kemel Widgets Help Not Trusted Python 3 Run C Markdown In [2]; import pandas as pd

 Lipyter DataStructures Homework autoved) Logou Edit View Insert Cell Kemel Widgets

Lipyter DataStructures Homework autoved) Logou Edit View Insert Cell Kemel Widgets Help Not Trusted Python 3 Run C Markdown In [2]; import pandas as pd Instructions Write and execute code to achieve the things that are being asked in the ten questions below. All can be achieved by writing one or two lines of code You do not have to write any functions I did not remove the outputs from my implementation to give you an idea of what the output should look like. Obviously I removed all my code Question One Create a list that contains your three favorite food items. Each item in the list should be string Hence you end up with a list of three strings. Assign that list to a variable that is named like yournameFavorite Food. As an example, mine variable name would be guusConincxFavorite Food Output the list In (3): wyour code here Out[3]: ['RijstTafel', 'Sushi', 'French Fries') Question Two Use the type function to output the type of your favorite food list In [4]: your code here Out 411 list Question Three Create a dictionary for which the keys equal your favorite three food items. The values should be a list that hold two ingredients (also strings). Lastly, assign the dictionary to a variable. The name should be structured as yourName FavoriteFoodingredients. Output the result In [51: your code here outs (French Fries': [ 'Potato. Mayonaise']. RifstTafel': 'Rice', 'Chicken'] *Sushi: [Rice'. Rawfisn']}

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!