[go: up one dir, main page]

0% found this document useful (0 votes)
31 views1 page

1.2 Lesson1 Recap

The document provides guidance on how to ask for help when encountering an error: explain the goal rather than just the steps taken; include the point at which the error occurs along with the full error message; and describe any attempts made to solve the problem along with the Python version in use.

Uploaded by

Seaman
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
31 views1 page

1.2 Lesson1 Recap

The document provides guidance on how to ask for help when encountering an error: explain the goal rather than just the steps taken; include the point at which the error occurs along with the full error message; and describe any attempts made to solve the problem along with the Python version in use.

Uploaded by

Seaman
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

Explain what you are trying to do, not just what you did.

If you get an error message, specify the point at which the error happens.
(Including the line number.)
Copy and paste the entire error message and your code to a pastebin site like
pastebin.com or gist.github.com.
Explain what you’ve already tried to do to solve your problem.
List the version of Python you’re using.

You might also like