- Learn Python by Building Data Science Applications
- Philipp Kats David Katz
- 77字
- 2021-06-24 13:06:05
Questions
- What are functions, and when should we use them?
- How can data be provided to functions?
- What does indentation mean? Is it required?
- What should be covered in the docstring function? How can I read the docstring function?
- When could it be useful to use type annotations?
- How can a function be designed if I don't know the exact number of arguments or their names beforehand?
- What does anonymous function mean? When should they be used?