Question: 1 1 . Using the Facts API from class, define a function that accepts a number and returns a fact about a number. The output
Using the Facts API from class, define a function that accepts a number and
returns a fact about a number. The output of your function should also
include information about the number that was used to generate the fact.
For example, imagine the fact returned about the number is the string is
the additive identity To make the statement a bit easier to understand, we
also want to include which number the fact is talking about. Our goal is to
have our function return something like The number is the additive
identity
a Write a line of code that calls the function you wrote in problem and
assigns the result to a new variable.
b Write a line of code that calls the function you wrote in problem with
different inputs. Assign the result to a new variable.
c Write a line of code that calls the function from problem twice with
different inputs Connect the two sentences with the word and
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
