Function calls


A piece of code that tells the system to run a particular function. For example, in Python, “penguin()” is the function call signal to run a function called “penguin”.

« Back to Glossary Index