simple OOP Calculator
aayushi-droid opened this issue · 6 comments
Before jumping into Pr first comment for assign.All Problem from Edabit. Link is mandatory to add
Problem statement: Create methods for the Calculator class that can do the following:
- Add two numbers.
- Subtract two numbers.
- Multiply two numbers.
- Divide two numbers.
Problem Link: https://edabit.com/challenge/ta8GBizBNbRGo5iC6
Before submitting a PR please Check some details.Check Edabit for problem task
- fileName formet should be in camelcase
example- returnTheNextNumber.py - Add label for Problem
- In file there should be problem statement and link to probelm
example -
'''
Probem Task : This program will add two numbers
Problem Link : https://edabit.com/challenge/SFzHtm63XT6EYNHWY
'''
*/
def main():
return a + b
This repository is vaild for HacktoberFest2020
Read before making PR - How to contribute on Github
Good Luck,
Can I try this?
@aayushi-droid This seems to be a copy of Issue #305. But the original assignee didnt have PRs, so its fine for me to try?
It never got assigned. You don't submit a PR before it gets assigned.Please read the guidelines
duplicate of #305.
Thanks @RazCrimson3
Check the Edabit.com and find a new question to create a new Issue and PR.
Ok, got it.