Skip to content

fix: correct operation input type from int to str#7

Open
VladimirGutuev wants to merge 2 commits intoruslansenatorov:devfrom
VladimirGutuev:dev
Open

fix: correct operation input type from int to str#7
VladimirGutuev wants to merge 2 commits intoruslansenatorov:devfrom
VladimirGutuev:dev

Conversation

@VladimirGutuev
Copy link
Copy Markdown

What’s changed:
The operation is now read as a str instead of an int.

Unnecessary type conversions have been removed.

The program now correctly handles operations and passes mypy type-checking.

closes #6

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

Successfully merging this pull request may close these issues.

Bug: Type mismatch in arithmetic comparison

1 participant