I tried writing a true and false If statement and didn't get anything? I read some previous posts, but I must be missing something. I just tried something easy:
a = ["a", "b", "c", "d", "e", "f"]
if "c" in a == True:
Print "Yes"
When I run this, it runs, but nothing prints. What am I doing wrong?
Thanks.
Kou
--
http://mail.python.org/mailman/listinfo/python-list
