-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Challenge 14 basic calculator #30
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @AnaiMurillo, the code is looking fantastic. There are just a few minor adjustments needed 😊
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The code looks good, just requires a small change
…ng-Talent/ET6-foundations-group-04 into challenge-14-basic-calculator
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The code successfully passed the entire checklist, which shows it was a job very well done. Everything is clear and works correctly. Congratulations on the great effort and excellent outcome!✅
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fantastic job on this code! 🎉
Your attention to detail and the way you tackled this problem is truly impressive. The logic flows seamlessly, and it's clear you've put a lot of thought into making it both efficient and readable.
Keep up the amazing work—you're doing great things, and your skills are only getting stronger from here. Keep shining! 💪✨
name: Challenge Basic Calculator
about: A template PR for code review with a checklist
Behavior
Create a simple calculator program in Python that can perform basic arithmetic operations: addition, subtraction, multiplication, and division.
Addition: Adds two numbers together.
Subtraction: Subtracts the second number from the first number.
Multiplication: Multiplies two numbers.
Division: Divides the first number by the second number. Make sure to handle division by zero.
Files
/tests/test_file_name.py
Unit Tests
Function Docstring
Raises:
The Function
Strategy
Do's
Don'ts
Implementation
when it's too restricting.
print
statements anywhere