John Posner <[email protected]> writes: > def output(x,y,op): > if op == "<": > print x, "<---", y > elif op == ">": > print x, "--->", y > else: > print "Operation argument error!"
uh, nice!, i'll adapt this to my real problem
thank you John,
g
--
anch'io la penso come me, ma -- SteO153, in IHC
--
http://mail.python.org/mailman/listinfo/python-list
