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
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