Aatmaj-Zephyr / Aatmaj-Zephyr/BODMAS-calculator
Percentage operator
Ouverte
enhancement
- Langage dominant
- Python
- Étoiles
- 3
- Forks
- 1
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
Add the percentage operator.
Guide de contribution
Ouvrir le guide de contribution
Piste de recherche
The issue is to add a percentage operator to a BODMAS calculator built with Kivy. First, examine the existing calculator logic to understand how operators are parsed and evaluated. Look for the file handling the expression parser or the core calculation engine. Then, decide on the semantics of the percentage operator (e.g., is it a postfix operator like '5%' meaning 0.05?). Update the operator table and the evaluation logic accordingly. Finally, test the change within the Kivy UI.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- python
- Domaine
- cli
- Type d'issue
- Fonctionnalité
- Difficulté
- 3/5
- Temps estimé
- 1-2 jours
- Activité
- À l'abandon
- Clarté
- À clarifier
- Accessibilité débutants
- 35/100