Actualités

Without functions: by repeatedly writing the code to draw a triangle with. With a Python function call: by generating lots of coordinates and feeding them to your “draw triangle” function.
KS3 Procedures and functions Functions in Python When writing programs, we should avoid long, repetitive code. Procedures and functions help to keep our programs simple and short.