Question: Challenge Writing short code Define a function named convert that takes a list of numbers as its only parameter and returns a list of each
Challenge Writing short code Define a function named convert that takes a list of numbers as its only parameter and returns a list of each number converted to a string. For example, the call convert([1, 2, 3]) should retum What makes this tricky is that your function body must only contain a single line of code
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
