Python List Ranges

  • Comments posted to this topic are about the item Python List Ranges

  • Nice question, thanks Steve

    ____________________________________________
    Space, the final frontier? not any more...
    All limits henceforth are self-imposed.
    “libera tute vulgaris ex”

  • Urgh! So if you want all elements then using this syntax you'd have to specify an out of bounds index? That is so ugly!

  • Dissin' the Raider Nation...just not right!

  • peter.row - Wednesday, September 5, 2018 2:54 AM

    Urgh! So if you want all elements then using this syntax you'd have to specify an out of bounds index? That is so ugly!

    Nope.  Team[0:] .  Leaving off the second value says give me everything.

    14090 SW TENNESSEE LN

  • gary.rumble - Wednesday, September 5, 2018 4:12 PM

    Nope.  Team[0:] .  Leaving off the second value says give me everything.

    Ah okay, that's not as bad then.

Viewing 6 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic. Login to reply