{admonition} Solution\n", + ":class: dropdown\n", + "\n", + "There is a name collision: `m` is assigned to an integer in the for loop and so it is no longer the module `math` when calling `m.pow`.\n", + "```" ] }, { @@ -775,16 +979,13 @@ }, { "cell_...