ubuntu2004
Kernel: Python 3 (system-wide)
Exercise 16.1
Loop through the dictionary mushrooms printing each scientific name.
In [0]:
In [0]:
Exercise 16.2
Loop through mushrooms printing both the scientific and common names.
In [0]:
Exercise 16.3
Loop through mushrooms printing the scientific name in alphabetical order.
In [0]:
Exercise 16.4
Loop through mushrooms with the scientific name in reverse alphabetical order.
In [0]: