hi
in python is there any way to do this

op = "<"
a = 10
b = 20
if a op b :
   print "a is less than b"
??

thanks

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to