Adobe Scan 06 Dec 2024
Adobe Scan 06 Dec 2024
5. What is PEP 8?
PEP 8 is the Python Enhancement Proposal that provides guidelines
and best practices on how to write Python code.
6. What is a lambda function in Python?
Alambda function is a small anonymous function that can take any
number of arguments but can only have one expression.