mardi 29 mai 2018

Not working IF condition between arrays [on hold]

This code cannot read the if condition, if replaced Node[i] with number it run easily

for j in range (0,m):
   #print(Distance[i][j])
   if(Node[i]==Distance[i][j]):
        print(Distance[i][j])

Aucun commentaire:

Enregistrer un commentaire