Skip to content

Limited features #37

@Rishavsharma7975

Description

@Rishavsharma7975

Issue/ feature description
This code is having limited features. It can perform only multiplication, more features can be added so that it can perform other calculations as well.

Why the issue should be resolved/ feature needed
The feature is needed so that user can perform other mathematical calculations such as sum, difference, division can also be performed.
This change will provide more functionality to the users.

How to reproduce in case of a bug
a = 3
b = 2
print(a + b)
print(a - b)
print(a / b)

Other important/ environment information
OS : Windows
Code Editor : VS code

@vpriyapm

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