<div dir="ltr"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">        
The reason this is happening here is you need to import sys.<br>
</blockquote>
<br>        
I don't know why you would think importing sys would fix this.<br><br>    docs say it accepts from sys.stdin<div class=""><div id=":104" class="" tabindex="0"><img class="" src="https://mail.google.com/mail/u/0/images/cleardot.gif"><br>
</div><div id=":104" class="" tabindex="0">I now see that it is not necessary to import sys, although I am not sure why.<br></div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Apr 28, 2014 at 1:59 PM, C Smith <span dir="ltr"><<a href="mailto:illusiontechniques@gmail.com" target="_blank">illusiontechniques@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class=""><div><div><br><br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">    
The reason this is happening here is you need to import sys.<br>
</blockquote>
<br>    
I don't know why you would think importing sys would fix this.<br></div><br></div></div>docs say it accepts from sys.stdin<br></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><br><div class="gmail_quote">
On Mon, Apr 28, 2014 at 1:55 PM, Philip Dexter <span dir="ltr"><<a href="mailto:philip.dexter@gmail.com" target="_blank">philip.dexter@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><br>
<br>
On Mon, 28 Apr 2014, C Smith wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I should probably clarify that this list is mainly for python2.7, correct me if I am wrong.<br>
</blockquote>
<br></div>
I don't think that is true.<div><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On Mon, Apr 28, 2014 at 1:49 PM, C Smith <<a href="mailto:illusiontechniques@gmail.com" target="_blank">illusiontechniques@gmail.com</a>> wrote:<br>
</blockquote></div>
<snip><div><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
The reason this is happening here is you need to import sys.<br>
</blockquote>
<br></div>
I don't know why you would think importing sys would fix this.<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>
On Mon, Apr 28, 2014 at 1:32 PM, Stephen Mik <mik.stephen@yahoo.com.dmarc.<u></u>invalid> wrote:<br></div><div>
    I must be doing something very wrong. The program is supposed to run a main loop ,for control of the program. The program DOES print out the prompts<br>
before the While Loop, but when it comes to a variable named"smv_guessNumber" the program DOES NOT prompt for the input for "smv_guessNumber" as it should. It<br>
is a mystery to me as to why the program will not get to the "smv_guessNumber=int(input("<u></u>Think out a first guess:")". I am mystified why it doesn't reach that<br>
point in the program! Can anyone please help? I have attached the Python Traceback Error Output,which shows that at least part of the program IS working. I<br>
also have attached part of the code for the Assignment 4 which should help in the debugging.I need help ASAP,another program is due very soon and I have not<br>
even worked out the pseudocode for it yet!<br>
CONCERNED,Stephen W. Mik<br>
</div></blockquote>
<br>
Your first while loop is not running. You convert smv_grandCounter to<br>
an int but compare it with a string.</blockquote></div><br></div>
</div></div></blockquote></div><br></div>