Functions and Files Checkpoint
- Write a function with a default argument.
- Explain the difference between
printandreturn. - Split a calculator into functions.
- Read a file line by line.
- Append a record to a file.
- Save and load JSON.
- Handle invalid numeric input.
- Explain why
with open(...)is useful. - Create and import a custom module.
- Refactor a previous project into multiple functions.