Re: [python-win32] python-win32 Digest, Vol 116, Issue 13

2012-11-30 Thread Michael Wilson
Hi everyone, I am new to Python. Been poking at it for about a month now. I am trying to set up a list for information on people. For example: person 0's name = "Sam". li[0][0] person 0's hoppy = "skateboarding" li[0][1] person 0's favorite color = ["green", "red"] li[0][2] # it appears i can put

Re: [python-win32] Ranges in a list of numbers

2012-12-03 Thread Michael Wilson
more specific > than "Re: Contents of python-win32 digest..." > > > Today's Topics: > >1. Re: python-win32 Digest, Vol 116, Issue 13 (Michael Wilson) >2. Re: python-win32 Digest, Vol 116, Issue 13 (Tim Roberts) >3. Re: python-win32 Digest, Vol 116,