Problem Statement
You are given some code in the form of lambdas.
Measure and return the time taken to execute that code.
You may use Time.now to get the current time.
Note: This problem needs knowledge of topics you haven't covered yet. Reading List
You are yet to work on: