Ok

a = ['spam', 'eggs', 100, 1234]

So basically when I do
print a[1:-1]

that will display all the choices in the array besides 0,3

Slicing was kinda weird, just making sure.
-- 
http://mail.python.org/mailman/listinfo/python-list
  • Lists Lamonte Harris

Reply via email to