From 14a225e05353c11e3a10753938d8aad0ad4b19bc Mon Sep 17 00:00:00 2001 From: Krunal Gangadhar Kharat <68007121+KKGAMEZ@users.noreply.github.com> Date: Tue, 6 Oct 2020 00:05:18 +0530 Subject: [PATCH] Update map.py --- tutorials/advanced/map.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: