spir wrote:
> On 04/01/2014 06:24 PM, Zachary Ware wrote:
>> Hi Patti,
>>
>> On Tue, Apr 1, 2014 at 11:07 AM, Patti Scott wrote:
>>> I've been cheating: comment out the conditional statement and adjust
>>> the indents. But, how do I make my program run with if __name__ ==
>>> 'main':
>>> main()
On 02/04/2014 08:18, spir wrote:
On 04/01/2014 06:24 PM, Zachary Ware wrote:
Hi Patti,
On Tue, Apr 1, 2014 at 11:07 AM, Patti Scott wrote:
I've been cheating: comment out the conditional statement and adjust
the
indents. But, how do I make my program run with if __name__ == 'main':
main() at
Thank you Emile, Zach, Chris and d.
I am actually catching lots of my typos before I try to run anything ...
From: spir
To: tutor@python.org
Sent: Wednesday, April 2, 2014 3:18 AM
Subject: Re: [Tutor] conditional execution
On 04/01/2014 06:24 PM
On 04/01/2014 06:24 PM, Zachary Ware wrote:
Hi Patti,
On Tue, Apr 1, 2014 at 11:07 AM, Patti Scott wrote:
I've been cheating: comment out the conditional statement and adjust the
indents. But, how do I make my program run with if __name__ == 'main':
main() at the end? I thought I understood
Hi Patti,
On Tue, Apr 1, 2014 at 11:07 AM, Patti Scott wrote:
> I've been cheating: comment out the conditional statement and adjust the
> indents. But, how do I make my program run with if __name__ == 'main':
> main() at the end? I thought I understood the idea to run a module called
> directl
On Tue, Apr 1, 2014 at 6:07 PM, Patti Scott wrote:
> I've been cheating: comment out the conditional statement and adjust the
> indents. But, how do I make my program run with if __name__ == 'main':
> main() at the end? I thought I understood the idea to run a module called
> directly but not a