when i run it it will only print the first column.
I've checked the tutorials but have made no headway.
a1 = "john" a2 = "cleese" b1 = "michael" b2 = "palin" c1 = "terry" c2 = "jones" d1 = "graham" d2 = "chapman" e1 = "eric" e2 = "idle" f1 = "terry" f2 = "gilliam" print "Monty Python" print print print "first name" "last name" print "----------" "---------" print a1; a2 print b1; b2 print c1; c2 print d1; d2 print e1; e2 print f1; f2 print print print "NI!"
thanks

New Topic/Question
Reply



MultiQuote





|