Please disable “digest” mode to participate (was: Python-list Digest, Vol 170, Issue 34)

2017-11-27 Thread Ben Finney
nospam."ROGER GRAYDON CHRISTMAN" (ROGER GRAYDON CHRISTMAN) writes: > I'll answer your question with a couple questions: Roger, your messages often are not replies to the original message, but replies to a “digest” composed by the mailing list. The digest messages are useful, but only for the re

Re: Python-list Digest, Vol 170, Issue 34

2017-11-27 Thread ROGER GRAYDON CHRISTMAN
I'll answer your question with a couple questions: Why do you expect to get the results you seem to expect? What part of your code should repeat (and why)? A key factor in recognizing the difference between 'if' and 'while' is knowing what effect they have on the indented statements that follow

Re: Python-list Digest, Vol 170, Issue 34

2017-11-27 Thread ROGER GRAYDON CHRISTMAN
I'll answer your question with a couple questions: Why do you expect to get the results you seem to expect? What part of your code should repeat (and why)? A key factor in recognizing the difference between 'if' and 'while' is knowing what effect they have on the indented statements that follow