[New-bugs-announce] [issue16417] Integer converted in tuple without request
Rosa Maria
report at bugs.python.org
Mon Nov 5 23:57:08 CET 2012
New submission from Rosa Maria:
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()
----------
components: IDLE
files: GCD_MCD_Euclides_Extendido-0.py
messages: 174945
nosy: Gravitania
priority: normal
severity: normal
status: open
title: Integer converted in tuple without request
type: crash
versions: Python 3.3
Added file: http://bugs.python.org/file27904/GCD_MCD_Euclides_Extendido-0.py
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16417>
_______________________________________
More information about the New-bugs-announce
mailing list