Re: [Tutor] decision structures

2008-10-22 Thread bob gailer
I hope we did not scare you away. Do you still want help? If you get a solution elsewhere would you share it with us so we can see and celebrate your progress? -- Bob Gailer Chapel Hill NC 919-636-4239 When we take the time to be aware of our feelings and needs we have more satisfying inte

Re: [Tutor] decision structures

2008-10-21 Thread christopher . henk
> Perhaps someone else will help you. I won't offer anything more until you respond to a lot more of my questions and comments. > Read what Bob has written back to you and try it or ask questions related to it if you don't understand something he said. > AND PLEASE reply to tutor@python.org as

Re: [Tutor] decision structures

2008-10-21 Thread bob gailer
_ From: bob gailer [[EMAIL PROTECTED]] Sent: Tuesday, October 21, 2008 10:25 AM To: Brummert_Brandon; tutorpythonmailinglist Python Subject: Re: [Tutor] decision structures Please reply to the tutor list, not just to me. We all learn and many of us can help. Brummert_Brandon wr

Re: [Tutor] decision structures

2008-10-21 Thread bob gailer
Please reply to the tutor list, not just to me. We all learn and many of us can help. Brummert_Brandon wrote: This is what I have so far. I am still confused by the string.split setup. Thank you. # dateCheck.py # A program that accepts a date in the form month/day/year and outputs whether

Re: [Tutor] decision structures

2008-10-21 Thread Alan Gauld
"Brummert_Brandon" <[EMAIL PROTECTED]> wrote Hello. I am working with python for computer science this semester. I am having a difficult time on one of my lab assignments We won't do your homework for you but we can offer specific help for specific queries. But you need to help us help you.

Re: [Tutor] decision structures

2008-10-20 Thread Brian Lane
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 bob gailer wrote: > Brummert_Brandon wrote: >> Hello. I am working with python for computer science this semester. I am >> having a difficult time on one of my lab assignments. It is in the python >> programming book in chapter 7 under decision st

Re: [Tutor] decision structures

2008-10-20 Thread bob gailer
Brummert_Brandon wrote: Hello. I am working with python for computer science this semester. I am having a difficult time on one of my lab assignments. It is in the python programming book in chapter 7 under decision structures. I am being asked to write a program in that accepts a date in the

[Tutor] decision structures

2008-10-20 Thread Brummert_Brandon
Hello. I am working with python for computer science this semester. I am having a difficult time on one of my lab assignments. It is in the python programming book in chapter 7 under decision structures. I am being asked to write a program in that accepts a date in the form month/date/year