[Tutor] PI

delegbede at dudupay.com delegbede at dudupay.com
Thu May 26 11:35:44 CEST 2011


Do import math first I.e type
import math
You could also do
from math import pi
Provided pi is the only function u need in the math module.
from math import *
This imports every function of the math module.
HTH
Sent from my BlackBerry wireless device from MTN

-----Original Message-----
From: David Merrick <merrickdav at gmail.com>
Sender: tutor-bounces+delegbede=dudupay.com at python.org
Date: Thu, 26 May 2011 16:21:01 
To: <Tutor at python.org>
Subject: [Tutor] PI

_______________________________________________
Tutor maillist  -  Tutor at python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor




More information about the Tutor mailing list