根据用户输入计算
我希望我的程序执行以下操作:
输入公式:
<代码>(2*(3+4)-5)/6
输出公式答案:
1.5
有办法做到吗?我在互联网上找不到任何东西。在这里问是我最后的尝试。
I want my program to do this:
Input formula:
(2*(3+4)-5)/6
Output answer of formula:
1.5
Is there anyway to do it? I can't find anything from the Internet. Asking here is my last attempt.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你可以使用评估
you can use eval