<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2668" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV>Hi all,</DIV>
<DIV>&nbsp;</DIV>
<DIV>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.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Here is what I have so far:</DIV>
<DIV>&nbsp;</DIV>
<DIV>lista = [x0, x1, x2, x3]<BR>listb = [a0, a1, a2, a3]<BR>print 
lista<BR>print listb<BR></DIV>
<DIV>Thanks for the help,</DIV>
<DIV>Nathan Pinno</DIV></BODY></HTML>