Chapter 6: Functions

Introduction

Function Parameters

Local Variables

Using The global Statement

Using nonlocal statement

Default Argument Values

Keyword Arguments

VarArgs parameters

Keyword-only Parameters

The return Statement

DocStrings

Annotations