Cannot import math module python

后端 未结 0 1782
醉话见心
醉话见心 2021-01-30 05:29
import math
def solve():
    D = []
    for i in range(0, 1001):
        if (isinstance(math.sqrt(i), int)): continue
        D.append(i)
    print(D)

I

相关标签:
回答
  • 消灭零回复
提交回复
热议问题