# Functies

* Je leert ingebouwde functions te gebruiken om complexe taken niet zelf
te hoeven coderen.
* Je snapt hoe arguments werken en waarom deze bestaan.

**CSCircles stof en opdrachten:** 
[*2: Functions*](https://cscircles.cemc.uwaterloo.ca/2-functions-nl/), [*3: Commentaar en aanhalingstekens*](https://cscircles.cemc.uwaterloo.ca/3-comments-and-quotes-nl/) (t/m Tekenreeksen) en [*4: Types*](https://cscircles.cemc.uwaterloo.ca/4-types-nl/)

**Handige lijst met ingebouwde functies in Python:**
[*Built-in Functions*](https://www.w3schools.com/python/python_ref_functions.asp)

**W3Schools**
Types: [*Python Numbers*](https://www.w3schools.com/python/python_numbers.asp) (geen complex), [*Python Casting*](https://www.w3schools.com/python/python_casting.asp)
