PI

n = PI

Returns PI. See: Wikipedia

Example

print PI            ' Output: 3.1415...
print cos(2*PI)     ' Output: 1