vimwiki/lang/Python.wiki
2021-10-10 23:22:53 -04:00

14 lines
187 B
Plaintext

= Python =
Wonderful little scripting language
== Libraries ==
== Built ins ==
=== Map ===
takes a function (can be a lambda) and an iterator to perform the function upon
[[index]]