Hi. When i run this code I don’t get the expected behavior from the the lecture where the program isn’t able to see the second guess. I’m sorry I should clarify. I mean that when I run this code, the program is able to get and display the first guess, and then get and print the second guess from the user with no problems. At the end of the lecture it was stated that the second input would produce different behavior. Could someone please tell me why my code isn’t producing that behavior. Thank you.
The unexpected behavoir you would run into is you entered more than one word. e.g. entering “hello there”

ah yes i see that now. thank you.
