-
-
Notifications
You must be signed in to change notification settings - Fork 45.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Common errors used in python #11586
Comments
WHAT IS TO BE FIX IN THIS? |
What do you mean |
Hi Author can you tell how to take part in Hacktoberfest ?? I am new to this thing |
Hi I'm new also and I put this on because it was in a book I've got that's teaching me python so I'm not actually sure sorry |
Hi, @eeshan15! To take part in Hackoberfest, you will need to work on any open-source git repository that either has the topic “hacktoberfest", or has the “hacktoberfest-accepted” label on the issue. |
This issue doesn't seem to be related to this repo at all, so I'm closing this. Please read our contributing guidelines if you wish to contribute for Hacktoberfest. |
What would you like to share?
IOError
Raised when an I/O operation fails for an I/O-related reason, e.g., "file not found".
ImportError:
Raised when an important statement fails to find the module definition
IndexError:
Raised when a sequence index is out of range
KeyError:
Raised when a dictionary key is not found
NameError:
Raised when a local or global name is not found
TypeError
Raised when an operation or function is applied to an object of inappropriate type
For a complete list of all errors go to https://docs.python.org/3/library/expectations.html.
Additional information
No response
The text was updated successfully, but these errors were encountered: