Hi all,
 
How do I go about the following: I want to write a program that will print two lists one after another, then show all the available possibilities for matches e.g a0 and x0.
 
Here is what I have so far:
 
lista = [x0, x1, x2, x3]
listb = [a0, a1, a2, a3]
print lista
print listb
Thanks for the help,
Nathan Pinno
_______________________________________________
Tutor maillist  -  [email protected]
http://mail.python.org/mailman/listinfo/tutor

Reply via email to