Quotes help make search much faster. Example: "Practice Makes Perfect"

Sunday, November 25, 2012

Codecademy: "Function Imports"


#sample solution


#Import *just* the sqrt function from math on line 3!
from math import sqrt
print sqrt(4)

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts