Not sure if anyone lives here, hopefully there is someone watching.
I created the following tuple. How do I use indexing to get, example: All the months that starts with the letter J?
Here is what I have.
I am stuck.Code:monthsOfYear = ("January", "February", "March", "April", "May", "June",\ "July", "August", "September", "October", "November", "December") for monthsOfYear in monthsOfYear: print monthsOfYear[:j]
Hopefully someone stops in here.
Thanks
IC






Bookmarks