본문 바로가기

Programming/Python (파이썬)

An Introduction to Interactive Programming in Python (Part 1) - Week 2: Functions

- : (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