Session Ready
Exercise

A barebones transformational lambda

You got asked by one of your European coworkers to convert all the speed data coming in to kilometers as part of the lambda transformation function.

For each record coming in, convert the speed to kilometers per hour instead of miles per hour.

The base64 module has been imported for you, and the output empty list is available in your environment.

Instructions 1/4
undefined XP
  • 1
  • 2
  • 3
  • 4
  • Decode the incoming record data and convert it into a list.