You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

2 lines
540 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

在日常学习和生活中经常需要进行基础的数学运算而在Python编程学习过程中进制转换是重要的基础知识点。基于此设计一款支持基础运算与进制转换功能的简易计算器既能满足日常简单计算需求又能帮助巩固Python函数封装、条件判断、循环控制、异常处理及数据类型转换等核心知识点提升程序设计与问题解决能力同时通过添加历史记录功能增强工具的实用性。
![Local Image](./演示.PNG)