在这种情况下是否使用多个cpu内核?

时间:2018-02-14 06:01:08

标签: python python-3.x python-2.7

def count(n):
    while n > 0:
        n -= 1

count(100000000)
count(100000000)

在这种情况下,这个程序会在多个核心上运行吗?

0 个答案:

没有答案