Create

Report a typo

Let's say you asked your friends to name their favorite flowers: now you know that Alex likes 'field flowers', Kate prefers 'daffodil', Eva adores 'artichoke flower', and Daniel loves 'tulip'.

Create a dict with the names as keys and flowers as values and print it.

Write a program in Python 3
# create a dict here
# and print it
___

Create a free account to access the full topic