This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Gravitania
Recipients Gravitania
Date 2012-11-05.22:57:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1352156228.06.0.802520364311.issue16417@psf.upfronthosting.co.za>
In-reply-to
Content
in instruction:
  b = int(input('Dame valor (mayor) de b = '))

later is an instruction:
  while b > 0:

and the result is:
  Traceback (most recent call last):
  File "H:\Soft_nuevo\Reptil\GCD_MCD_Euclides_Extendido-0.py", line 39, in <module>
    while b > 0:
TypeError: unorderable types: tuple() > int()
History
Date User Action Args
2012-11-05 22:57:08Gravitaniasetrecipients: + Gravitania
2012-11-05 22:57:08Gravitaniasetmessageid: <1352156228.06.0.802520364311.issue16417@psf.upfronthosting.co.za>
2012-11-05 22:57:07Gravitanialinkissue16417 messages
2012-11-05 22:57:07Gravitaniacreate