KALIIOWORK / KALIIOWORK/basic_python_programs

Getting Started Challenge: Create a Simple Python Calculator

未关闭
#1 2 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
good first issue hacktoberfest
主要语言
Python
星标
0
派生
9
PR 合并指标
30 天内没有已合并 PR

描述

Welcome, beginners! 🎉 In this challenge, we invite you to create a basic Python calculator. It's a fantastic way to apply your programming knowledge and have fun while doing it!

**Task:**
Create a Python script that performs basic arithmetic operations (addition, subtraction, multiplication, division) on two numbers. Your calculator should take user input for numbers and the operation to be performed.

**Guidelines:**
- Use Python's input() function to receive user input.
- Implement separate functions for each operation (addition, subtraction, multiplication, division).
- Ensure your calculator handles division by zero gracefully.
- Bonus: Add functionality for additional operations like square root or percentage calculations.

**How to Contribute:**
1. Fork this repository.
2. Create a new branch: `git checkout -b calculator-challenge`
3. Write your Python script in a file named `calculator.py`.
4. Test your calculator thoroughly to ensure it works as expected.
5. Commit your changes: `git commit -m "Add Python calculator script"`
6. Push to your branch: `git push origin calculator-challenge`
7. Open a pull request to this repository.

Feel free to ask questions if you're stuck, and don't worry about making mistakes – learning is all about experimenting! Happy coding! 🚀🐍

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。