Re: [Tutor] O'Reilly is offering Learning Python (4th ed.), eBook form for USD 9.99

2010-08-11 Thread Felix Santiago
On Aug 11, 2010, at 9:30 AM, Benjamin Castillo wrote: The site shows 39.99 for ebook. Ben --- On Wed, 8/11/10, Richard D. Moores wrote: From: Richard D. Moores Subject: [Tutor] O'Reilly is offering Learning Python (4th ed.), eBook form for USD 9.99 To: tutor@python.org Date: Wednesday

Re: [Tutor] (no subject)

2009-09-04 Thread Felix Santiago
On Sep 4, 2009, at 8:31 PM, kb1...@aim.com wrote: I know, I'm a total noob (started yester day) But when I enter this code: x = 1 if x>0: a = raw_input ("Type something in...I will echo it:") print a x=x+1 it does not loop..am I missing something here? In your example the if statem