// resources
Resources
All
|
Cheatsheet
Code Example
Exercise
Template
Other
Achievement
|
Basics
Control Flow
Functions
Data Structures
Modules & Packages
Projects
Object-oriented programming
|
↑ oldest first
↓ newest first
// Other
functions_mistakes.py
6 mistakes almost every beginner makes with functions. Define before calling, parentheses, print vs return, code after …
// Cheatsheet
Functions — The Full Picture
Functions — The Full Picture. def, parameters, return, scope, multiple return values, try/except/else/finally, raise, c…
// Achievement
functions_complete_medal.stl
You finished the Functions chapter. Download, print, and keep it. You earned it.