April 2026
461 pages
17h 56m
English
“Downhill” isn’t meant negatively here, but describes the part of the Python roller-coaster ride that some passengers find hilarious (and good).
Functions are usually used when certain pieces of code occur repeatedly. These parts are then defined exactly once as a function and can be used (i.e., called) again and again. We’ve already used some representatives of such functions in our examples—namely, the print, range, format, and type functions. These functions belong to the built-in functions, as they are original components of Python. This means that someone has already put a lot of thought into the implementation, and we, as new programmers, can use these ...
Read now
Unlock full access