NameError: name 'i' is not defined error in python

technical talkiess
0

File "<string>", line 17, in <module>
ERROR!
NameError: name 'i' is not defined. Did you mean: 'id'?



solution :-  inititalizse the i in the upper of the code 

i = 0 

Post a Comment

0Comments

Thanks you for commenting your questions. I will see question and respond you.

Post a Comment (0)