# caculator **Repository Path**: Log_666/caculator ## Basic Information - **Project Name**: caculator - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-11-06 - **Last Updated**: 2024-11-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Calculator Project a simple calculator that supports basic arithmetic operations. ## Features - Addition:Adds two numbers. - Subtraction:Subtracts the second number from the first. - Multiplication: Multiplies two numbers. - Division: Divides the first number by the second. Raises an error if the second number is zero. ## Usage To use the calculator, run the `main.py` script: input two numbers input the caculate symbol print the result