Skip to content

Fix: correct operation input type from int to str #50

@nigmatullin244

Description

@nigmatullin244

The variable 'operation' is currently being read as an int, but later compared to string literals ("+", "-", "*", "/"), which causes mypy to throw type comparison errors.

Image

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