diff --git a/advanced-iterators.html b/advanced-iterators.html index 242466e..2bed5c0 100755 --- a/advanced-iterators.html +++ b/advanced-iterators.html @@ -544,7 +544,7 @@ for guess in itertools.permutations(digits, len(characters)): File "<string>", line 1, in <module> NameError: name 'x' is not defined >>> eval("x * 5", {"x": x}, {}) -25 +25 >>> import math >>> eval("math.sqrt(x)", {"x": x}, {}) Traceback (most recent call last):