2011-10-06, 09:22 PM
Python is a bit strange with endpoints compared to other languages. You'll just have to get used to that. :-)
And keep in mind that if you are unsure about what values will be in a list or something, such as endpoints, just experiment by typing commands into the python interpreter. Interpreters are great for learning and understanding programming languages.
And keep in mind that if you are unsure about what values will be in a list or something, such as endpoints, just experiment by typing commands into the python interpreter. Interpreters are great for learning and understanding programming languages.

