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

Saturday, December 1, 2012

Codecademy: Omitting Indices


#sample solution


my_list = range(1,11) # List of numbers 1 - 10

# Add your code below!
print my_list[::2]

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts