Calculator app . py
This Python file contains a simple calculator app that performs basic arithmetic operations: addition, subtraction, multiplication, and division. The app allows the user to select an operation and input two numbers for calculation. It handles errors like invalid input and division by zero. The code is interactive, user-friendly, and suitable for beginners learning Python.
يتضمن هذا الملف بلغة بايثون تطبيق آلة حاسبة بسيط ينفذ العمليات الحسابية الأساسية: الجمع، الطرح، الضرب، والقسمة. يتيح التطبيق للمستخدم اختيار عملية وإدخال رقمين لإجراء الحساب. يتعامل البرنامج مع الأخطاء مثل إدخال البيانات غير الصالحة والقسمة على صفر. الكود تفاعلي وسهل الاستخدام ومناسب للمبتدئين في تعلم بايثون.