11 lines
249 B
Markdown
11 lines
249 B
Markdown
|
|
# `min`
|
||
|
|
|
||
|
|
The `min` built-in function is a useful concept to solve the [hamming][hamming] exercise.
|
||
|
|
|
||
|
|
TODO: ADD MORE DETAIL
|
||
|
|
|
||
|
|
See [docs][docs].
|
||
|
|
|
||
|
|
[docs]: https://docs.python.org/3/library/functions.html#min
|
||
|
|
[hamming]: ../../exercise-concepts/hamming.md
|