Home Work 12

31st May 2024

This is our twelveth homework assignment where you will address the following questions and submit your GitHub link containing either a Jupyter Notebook or a Python file

Question 1 - Rewrite the following function using a lambda function to make it more concise:

def multiply_by_two(x):
    return x * 2

Question 2

Consider the list numbers = [1, 2, 3, 4, 5]. Using Lambda functions cube of squareroot of these numbers to a list.

———————————————— Happy Learning —————————————————–