We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
背景:当前math.py 能处理的场景有限,必须是 数字 + 运算符 + 数字
数字 + 运算符 + 数字
期望提升的case:
case1: 四乘x加y 期望输出 4x+y case2: 一加阿尔法 期望输出 1+a
四乘x加y
4x+y
一加阿尔法
1+a
The text was updated successfully, but these errors were encountered:
No branches or pull requests
背景:当前math.py 能处理的场景有限,必须是
数字 + 运算符 + 数字
期望提升的case:
case1:
四乘x加y
期望输出4x+y
case2:
一加阿尔法
期望输出1+a
The text was updated successfully, but these errors were encountered: