SyntaxFix
Write A Post
Hire A Developer
Questions
pow is built into the language(not part of the math library). The problem is that you haven't imported math.
pow
Try this:
import math math.sqrt(4)