ehmatthes / intro_programming

A set of IPython notebooks and learning resources for an Introduction to Programming class, focusing on Python.
MIT License
396 stars 198 forks source link

Changes name of variable to not override map() builtin. #122

Closed ehmatthes closed 9 years ago

ehmatthes commented 9 years ago

Resolves #121, changing variable name to not overwrite map() builtin function.