vimwiki/lang/Python.wiki

14 lines
187 B
Plaintext
Raw Normal View History

2021-10-11 03:22:53 +00:00
= 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]]