SyntaxFix
Write A Post
Hire A Developer
Questions
To have access to stuff provided by math module, like pi. You need to import the module first:
math
pi
import math print (math.pi)