I get the divisors of 100 but can't get the graph

后端 未结 0 1474
梦如初夏
梦如初夏 2020-12-02 02:48

I should find the divisors of 100, I found but I can\'t get the graph! Please help me

def d(n) :
    i = 1
    while i <= n :
        if (n % i==0) :
              


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