This commit is contained in:
Asabeneh 2019-12-02 00:49:04 +02:00
parent 836e351c34
commit 3436aebdf7

View File

@ -133,6 +133,7 @@ two_power_of_five = power(2)(5) # 32
```
## Built-in Higher Order Functions
not ready yet
## Exercises: Day 13