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

Python 101 Repo #88

Open
MujtabaTaimur opened this issue Oct 10, 2024 · 0 comments
Open

Python 101 Repo #88

MujtabaTaimur opened this issue Oct 10, 2024 · 0 comments

Comments

@MujtabaTaimur
Copy link

•	Bug 1: Code Syntax Errors - Files like quadratic.py have missing colons and inconsistent indentation. This causes syntax errors and prevents the code from running properly .
•	Bug 2: Logic Errors - In rocket.py, there’s an infinite loop caused by a missing increment operation within the loop body .
•	Bug 3: Typographical Mistakes - The file calculator.py contains variable names that are inconsistent, leading to NameErrors when executed .
•	Bug 4: Improper Handling of Edge Cases - The bmi.py script does not handle zero or negative inputs, causing it to produce incorrect results ..
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant