# 0617.py class numero: def __init__(A,x): A.x=x def __lt__(A,B): print 'Ciao.' a=numero(6); b=numero(9) a