0 of 1 Questions completed
Questions:
You have already completed the quiz before. Hence you can not start it again.
Quiz is loading…
You must sign in or sign up to start the quiz.
You must first complete the following:
0 of 1 Questions answered correctly
Your time:
Time has elapsed
You have reached 0 of 0 point(s), (0)
Earned Point(s): 0 of 0, (0)
0 Essay(s) Pending (Possible Point(s): 0)
Using the topics we’ve covered today, complete the 4 problems given at the bottom of the jupyter notebook.
Once complete, push you work to github and submit the link to google classroom.
1) Lambda Functions
a) Syntax
b) Saving to a Variable
c) Multiple Inputs
d) Passing a Lambda into a Function
e) Returning a Lambda from a Function
f) In-Class Exercise #1
2) Map
a) Syntax
b) Using Lambda’s with Map
c) In-Class Exercise #2
3) Filter
a) Syntax
b) Using Lambda’s with Filter
c) In-Class Exercise #3
4) Reduce
a) Syntax
b) Using Lambda’s with Reduce
c) In-Class Exercise #4
5) Recursion
a) Implementing a Base
b) Writing a Factorial Function
c) In-Class Exercise #5
6) Generators & Iterators
a) Yield Keyword
b) Infinite Generator
c) In-Class Exercise #6
7) Exercises
a) Exercise #1 – Filtering Empty Strings
b) Exercise #2 – Sorting with Last Name
c) Exercise #3 – Conversion to Fahrenheit
d) Exercise #4 – Fibonacci Sequence
This response will be reviewed and graded after submission.