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

Friday, November 30, 2012

Codecademy: Print those grades


#sample solution


grades = [100, 100, 90, 40, 80, 100, 85, 70, 90, 65, 90, 85, 50.5]

def print_grades(grades):
for grade in grades:
print grade

print_grades(grades)

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts