# calculator **Repository Path**: xtab1788/calculator ## Basic Information - **Project Name**: calculator - **Description**: 求你了 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-22 - **Last Updated**: 2024-10-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README calculator A simple calculator program in Python,supports addition, subtraction, multiplication, and division. add(a, b) - adds two numbers subtract(a, b) - subtracts two numbers multiply(a, b) - multiplies two numbers divide(a, b) - divides two numbers