On Tue, 3 Jan 2017 18:47:43 -0800 (PST), Callum Robinson
<cr2...@hotmail.co.nz> declaimed the following:


>
>hello.
>I have thought of a number between 1 and 100.
>Can you guess it?
>5
>Low
>Sorry , you are too high. Try again.
>
>Does this mean the number i entered is to low but the code is still stating it
is to high?

        Is that a cut&paste from some console window, or are you just retyping
what you think it did?

        Nothing in your previous code produces the word "Low" -- it will
produce "low" (notice the case).

        And where in your code do you test for that return word?


        To simplify things -- don't return words from your function... change
it to return +1 for high, -1 for low, and 0 for "win".

        Then figure out how to modify the main loop to use those integers...

--
        Wulfraed                 Dennis Lee Bieber         AF6VN
    wlfr...@ix.netcom.com    HTTP://wlfraed.home.netcom.com/

-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to