上QQ阅读APP看书,第一时间看更新
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?