Skip to content

Inefficient code #93

@Abheekrishna

Description

@Abheekrishna
  • Description

The code in add.py is inefficient because we're adding two variables and not storing the value to another variable.

  • Why this issue need to be fixed

If we need the value of two variables added then we need to store it to another variable. Line number 3 is either wasting the memory or if need that then we need to store it.

  • How to reproduce

To reproduce the error we need to open the file named add.py. In that we need to fix line number 3.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions