How do I get python to print a specific position within a range?
January 24, 2012 – 8:36 pmThe headline question does not justify what I am asking. However, what I am asking is how I get a program to print or display a a character of a certain position within a range. Like if I had
n = range(1,100). Obviously I can just type "print n" and get a sequence of numbers from 1 to 99. But I want to pinpoint a specific number by pointing out its position within the range. If I do not make sense, srry, im new to this.