diff --git a/tutorials/advanced/map.py b/tutorials/advanced/map.py index 059c2530c..97803ea77 100644 --- a/tutorials/advanced/map.py +++ b/tutorials/advanced/map.py @@ -1,6 +1,6 @@ def square(x): return x*x - +#(*)ashteric used as multiplication in python def map(f, lst): ret = [] for elt in lst: