Do the following:
- Create a function that multiplies an argument by 4.
- Pass an argument through that function and print off the result.
- Create a list of names
- Advanced: Make a function that adds the name Smith to whatever string is passed through it.
If you get stuck, check out Lesson 10: Cheat Sheet.