KALIIOWORK / basic_python_programs

Explore easy-to-understand Python programs for beginners! Contribute, learn, and grow your coding skills. Start your Python journey here! πŸš€πŸ
0 stars 8 forks source link

Getting Started Challenge: Create a Simple Python Calculator #1

Open KALIIOWORK opened 10 months ago

KALIIOWORK commented 10 months ago

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:

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! πŸš€πŸ

mohitrajsinha commented 10 months ago

Could you please assign this issue to me?

GILBERTKETER commented 10 months ago

Assign this to me sir.