Skip to content

Python 101 Repo #88

Description

@MujtabaTaimur
•	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 ..

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions