A certainl part of an if() structure never gets executed.

alex23 wuwei23 at gmail.com
Tue Jun 11 21:57:56 EDT 2013


On Jun 12, 11:46 am, Rick Johnson <rantingrickjohn... at gmail.com>
wrote:
> Utilizing the power of interactive sessions, for learning and debugging,
> should be a cornerstone fundamental of your programming "work-flow" when
> writing code in an interpreted language like Python.

Unfortunately with Ferrous, the process is more like:

    if error:
        post_to_python_list()
        while error:
            if time_elapsed == one_hour:
                bump_post()



More information about the Python-list mailing list