Skip to content

07_Dicts/DataFrames - confusing Challenge 1 wording  #71

@liuange

Description

@liuange

Some participant confusion about how this Challenge is worded:

==
Create a dictionary fruits_dict with the following lists. Print the list of keys in the dictionary.
fruit = ['apple', 'orange', 'mango']
length = [3.2, 2.1, 3.1]
color = ['red', 'orange', 'yellow']

fruits_dict= {'fruit':fruit,
'length':length,
'color':color}
fruits_dict

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions