mercredi 16 janvier 2019

The greater than and less than statement didn't recognized in my python script [on hold]

I write a python function that compared the number returned by another function with a number. But, this function not recognize the greater than and less than to realize the comparison between the numbers.

def nb():
  if count(x) < 5:
    create(x)
nb()

where is the problem and how can i solve it?

Aucun commentaire:

Enregistrer un commentaire