Skip to content
This repository was archived by the owner on Apr 16, 2021. It is now read-only.

Latest commit

 

History

History
9 lines (5 loc) · 625 Bytes

File metadata and controls

9 lines (5 loc) · 625 Bytes

Functions

Binder Colab

Functions are one of the foundations for any programmer. It's a way to modularize and reuse code, a way to make code easy to read and understand, and reduces the chance for introducing new bugs.


Return Home