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

Sunday, November 25, 2012

Codecademy: "Universal Imports"


#sample solution


#Import *everything* from the math module on line 3!

from math import *
print cos(0)
print sin(0)

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts