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