Functions
摘要
A function (or sometimes synonymously referred to as subroutine, procedure, or sub-program) is a group of actions under a given name that performs a specific task. len(), print(), abs(), type() are functions that we have covered before. Python adopts a syntax that resembles mathematical functions.