On 04Aug2017 22:00, boB Stepp <[email protected]> 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 <[email protected]> (formerly [email protected])
_______________________________________________
Tutor maillist  -  [email protected]
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to