On Wed, Jan 16, 2013 at 8:55 AM, Mail Delivery Subsystem <
mailer-dae...@googlemail.com> wrote:

> Delivery to the following recipient failed permanently:
>
>      l...@jaklug.org
>
> Technical details of permanent failure:
> DNS Error: Domain name not found
>
> ----- Original message -----
>
> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
>         d=gmail.com; s=20120113;
>         h=mime-version:x-received:in-reply-to:references:date:message-id
>          :subject:from:to:content-type;
>         bh=1xmChtFejLGpRXCXrQ+OCp/LnGlSdeko25CiCK6CQGg=;
>
> b=wXndFjyLCPRxN+1+KPt+ty8ZrkB5VR6gA/IQQWehVyS1hu0AxjqVOzPTGqqaxA+GLj
>
>  ynH1Cqt5SFOIctZskimJ+GhSjcKpzUWN1iihqnGhsBwTs77Qop9rcQ3Y0caCXGB1rwFw
>
>  PIcOa/tbuoOp/XdiwgVbAs3iKFRrmWvhDMdaUMiktCJVFMwTUOpYBMR4UpU3ZeaUK8Jp
>
>  RB309hIAJZIA4vY9+KfBV5B72hTrq+c19VzsOoF7COB+GjyD+G/bNX/Un2mf6pEsrYjD
>
>  S3Fe3vSkIR1T3znHOzy3iY9FhbBln6EDL+owB4EJFWrJ8woyxon8VOoelsXsm36gYQQu
>          VYyw==
> MIME-Version: 1.0
> X-Received: by 10.194.76.137 with SMTP id k9mr2407923wjw.29.1358344556062;
>  Wed, 16 Jan 2013 05:55:56 -0800 (PST)
> Received: by 10.194.27.131 with HTTP; Wed, 16 Jan 2013 05:55:55 -0800 (PST)
> In-Reply-To: <f4248a37-6e33-4dea-9e01-e8cd63388...@gmail.com>
> References: <
> can1q9fd1pzv_2_1vvz4wfgjood4y9y4yusn6k_zxszco9n+...@mail.gmail.com>
>         <f4248a37-6e33-4dea-9e01-e8cd63388...@gmail.com>
> Date: Wed, 16 Jan 2013 08:55:55 -0500
> Message-ID: <
> can1q9fc48b3a52_tohpmkf+2ndbxmtpmazuvcccwfenxhse...@mail.gmail.com>
> Subject: Re: Python 3.2 Question
> From: Brett Michaels <3rdimpress...@gmail.com>
> To: Brenton Morris <inkry...@gmail.com>
> Content-Type: multipart/alternative; boundary=047d7bfceb18bf26f904d3683c08
> Bcc: l...@jaklug.org
>
> Andrew, thank you so much for saving my sanity!!
> The program executes just fine now!
> Brenton, it is at Brunswick Community College. Just google ed2go brunswick
> and it'll take you there.
> The course is for those with some experience in programming, which I
> haven't got, so good luck!
>
> On Sat, Jan 12, 2013 at 11:22 AM, Brenton Morris <inkry...@gmail.com>
> wrote:
>
> > Where are you taking a python class?
> >
> > On Jan 12, 2013, at 6:32 AM, Brett Michaels <3rdimpress...@gmail.com>
> > wrote:
> >
> > > Below is what the instructor says we are supposed to be able to do:
> > >
> > >
> > > year = eval(input("Enter year: "))
> > > if year == 1:
> > >   print ("Freshman")
> > > if year == 2:
> > >   print ("Sophomore")
> > > if year == 3:
> > >   print ("Junior")
> > > if year == 4:
> > >   print ("Senior")
> > >
> > > But all Python ever does is execute the first line and ignore
> everything
> > else.
> > > Below is my result working in "Idle", but the result is the same
> > > working from Xterm:
> > >
> > >>>> year = eval(input("Enter year: "))
> > > if year == 1:
> > >   print ("Freshman")
> > > if year == 2:
> > >   print ("Sophomore")
> > > if year == 3:
> > >   print ("Junior")
> > > if year == 4:
> > >   print ("Senior")
> > >
> > > Enter year: 3
> > >>>> year=eval(input("Enter year:"))
> > > Enter year:
> > > This only seems to happen with the "eval(input..." sequence?(Not sure
> > > what the correct term is)
> > > How to get the entire program to execute?
> > > Hugh
> >
>

Reply via email to