I am out of trial and error again Lists

Seymore4Head Seymore4Head at Hotmail.invalid
Fri Oct 24 20:15:02 EDT 2014


On Wed, 22 Oct 2014 16:30:37 -0400, Seymore4Head
<Seymore4Head at Hotmail.invalid> wrote:

name="012"
b=list(range(3))
print (name[1])
print (b[1])
if name[1] == b[1]:
    print ("Eureka!")
else:
    print ("OK, I get it")
 



More information about the Python-list mailing list