# 四则运算实现 **Repository Path**: szh123/four_arithmetic_implementation ## Basic Information - **Project Name**: 四则运算实现 - **Description**: 面向对象方法课程学习 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-03-29 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 四则运算实现 程序开始时 输出选项进行选择 :1.自动生成题目和答案 2.根据给出题目和答案进行校对 3.退出 选择1时: 输入指定的题目数量 选择2时:输入题目文件的名称、答案文件的名称、结果输入文件的名称 选择3时:退出