hi ! i am newbie to coding love it but need help with problems which i
searched but poor results this is the error: typeError unorderable types:
int()<str()
the code in short, number=random.randint(1,20)
guess=input()
guess=int(guess)
but when reach the line that says
if guess<number:

i get the error ! help
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to