[Tkinter] messed callbacks

Giacomo Boffi giacomo.boffi at polimi.it
Thu Sep 10 06:13:21 EDT 2009


John Posner <jjposner at optimum.net> 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



More information about the Python-list mailing list