- : (colon) indicates that an indented block of code is about to begin.
- Return statement causes a function to return a value.
- If a Python function contains no return statement, what value does the function return?
None
by Coursera
- : (colon) indicates that an indented block of code is about to begin.
- Return statement causes a function to return a value.
- If a Python function contains no return statement, what value does the function return?
None
by Coursera