PythonFreeCourse / Notebooks

Learn Python for free using open-source notebooks in Hebrew.
Other
1.07k stars 210 forks source link

fix: change variable name to not be python's built-in function name #69

Closed noaiz closed 7 months ago

noaiz commented 7 months ago

The exercise says to define a function parameter to be "iter", which is a saved keyword in Python.