Skip to content
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

Open
Phyhoncoder13 opened this issue Sep 27, 2024 · 5 comments
Open

Common errors used in python #11586

Phyhoncoder13 opened this issue Sep 27, 2024 · 5 comments
Labels
awaiting triage Awaiting triage from a maintainer

Comments

@Phyhoncoder13
Copy link

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

@Phyhoncoder13 Phyhoncoder13 added the awaiting triage Awaiting triage from a maintainer label Sep 27, 2024
@Anjani87
Copy link

WHAT IS TO BE FIX IN THIS?

@Phyhoncoder13
Copy link
Author

WHAT IS TO BE FIX IN THIS?

What do you mean

@eeshan15
Copy link

Hi Author can you tell how to take part in Hacktoberfest ?? I am new to this thing

@Phyhoncoder13
Copy link
Author

Phyhoncoder13 commented Sep 29, 2024

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

@jatingarg36
Copy link

Hi Author can you tell how to take part in Hacktoberfest ?? I am new to this thing

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.
The PR/MR will only be considered if its created btw 1st oct and 31st oct.
For further details you can check out HacktoberFest 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting triage Awaiting triage from a maintainer
Projects
None yet
Development

No branches or pull requests

4 participants