Concepts
def
A Python keyword that marks the start of a new function definition — everything indented beneath it is the code that runs when you call that function.
Concepts
A Python keyword that marks the start of a new function definition — everything indented beneath it is the code that runs when you call that function.