SyntaxFix
Write A Post
Hire A Developer
Questions
In
from math import sqrt
Using sqrt(4) works perfectly well. You need to only use math.sqrt(4) when you just use "import math".