Re: [Tutor] Please help me get started on how to program useing python 2.4!!! (fwd)

2005-03-11 Thread Danny Yoo
[Forwarding to [EMAIL PROTECTED] Sorry about the repetition.] -- Forwarded message -- Date: Fri, 11 Mar 2005 17:18:03 EST From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: [Tutor] Please help me get started on how to program useing python 2.4!!! ok heres where i

Re: [Tutor] Please help me get started on how to program useing python 2.4!!! (fwd)

2005-03-11 Thread Danny Yoo
om: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: [Tutor] Please help me get started on how to program useing python 2.4!!! ok i understand some of that like the = things being ture or false but i am not realy wanting to know if its = or not, i was just trying to figer out how to ma

Re: [Tutor] Please help me get started on how to program useing python 2.4!!!

2005-03-11 Thread Brian van den Broek
Danny Yoo said unto the world upon 2005-03-11 16:07: On Fri, 11 Mar 2005 [EMAIL PROTECTED] wrote: When we ask: "Is the number 'one' greater than the number 'two'?", Python is telling us "No!" by giving us back the value 'False'. Whenever we ask Python a question that's a yes/no sort of thing, Pyt

Re: [Tutor] Please help me get started on how to program useing python 2.4!!!

2005-03-11 Thread Danny Yoo
On Fri, 11 Mar 2005 [EMAIL PROTECTED] wrote: > OK i have learned that on the python shell if you put, print "some > message" the output is, some message Hi Jeff, Ok, yes, that looks right. Let me do that myself: ### >>> print "hello world" hello world ### (The '>>>' thing is what the Pytho