On 04Aug2017 22:00, boB Stepp <robertvst...@gmail.com> wrote:
When I attempted to recreate his error message with the original code
snippets he sent, I got something a bit different:

================================================================================
py3: guess = input()
2
py3: guess < number
Traceback (most recent call last):
 File "<stdin>", line 1, in <module>
TypeError: '<' not supported between instances of 'str' and 'int'
================================================================================

I don't know about the text of the message, but his original snippets included a:

 guess = int(guess)

between those 2 lines.

Anyway, we have his current code, which i can't made produce the error.

Cheers,
Cameron Simpson <c...@cskk.id.au> (formerly c...@zip.com.au)
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to