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

Sunday, November 25, 2012

Codecademy: "max()"


#sample solution


#Set maximum to the max value of any set of numbers on line 3!
import math
maximum = max(1, 3.14, math.pi)

print maximum

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts