. Advertisement .
..3..
. Advertisement .
..4..
I’ve got the error “int object is not iterable” while running my script. Can someone give me a solution to fix it?
Here is a suggestion from ITtutoria team for youcount = 14
for i in range(count):
print(i)
# Output: 0
# 1
# 2
# 3
# 4
# 5
# 6
# 7
# 8
# 9
# 10
# 11
# 12
# 13
The example I give here shows how to deal with this question