[Tutor] help with code

Bob Gailer bgailer at gmail.com
Sun Mar 11 11:17:57 EDT 2018


On Mar 11, 2018 6:25 AM, "Leslie SimondeMontfort via Tutor" <
tutor at python.org> wrote:
>
> Hi, I wondered if there is someone that can help me with this code.

I have to assume that you are very new to python. Have you written a Python
program that runs the way you want it to?

It is often useful to start by writing a very simple program that contains
one aspect of the problem you're trying to solve, then getting that program
to run. Then you add another feature and get that to run.

When you run into a problem, then email us the code, and tell us what
version of python you're using, what you did to run the program, what
results you expected, and what results you got. You can often handle the
latter by copying and pasting the execution. If the result was a traceback
be sure to include the entire traceback.


More information about the Tutor mailing list