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

Saturday, December 1, 2012

Codecademy: Reversing a List


#sample solution


my_list = range(1,11)
# Add your code below!

backwards = my_list[::-1]

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts