TypeError: ‘float’ object not iterable

for i in count: means for i in 7:, which won’t work. The bit after the in should be of an iterable type, not a number. Try this:

for i in range(count):

Leave a Comment

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)