Plus Minus

  • + 0 comments

    c=0 d=0 e=0 for i in arr: if i<0: c+=1 if i==0: d+=1 if i>0: e+=1 print(e/n) print(c/n) print(d/n)