计算器实现

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了计算器实现相关的知识,希望对你有一定的参考价值。

技术分享图片
while True:
    print(li)
    list_ex = re.split(\(([^()]*)\),li,1)
    print(list_ex)
    if len(list_ex) == 3:
        before = list_ex[0]
        content = list_ex[1]
        after = list_ex[2]
        s1 = eval(content)
        new_ex = before + str(s1) +after
        li = new_ex
    elif len(list_ex) == 1:
        s2 = eval(content)
        print(s2)
        break
View Code

 

以上是关于计算器实现的主要内容,如果未能解决你的问题,请参考以下文章

活动(加载器 - 下载)+ 3 个片段(使用加载器 - 计算)

为啥尽管源代码没有变化,但从一个系统到另一个系统的片段数量却有很大差异?

Cg入门16:Fragment shader - 片段级光照

Drupal 6 视图 2:PHP 片段

Android:向活动添加片段

代码片段 - Golang 实现集合操作