Session Ready
Exercise

Simple yet true

You need to convince your company to both use the click command-line tool and to open their new headquarters in an affordable city. Use this opportunity to create a random city selector and then print the results to stdout using click.

Instructions
100 XP
  • Use random.choice to select from cities in the values list.
  • Print the result to stdout using click's echo function.