python is a int iterable code example
Example: int object is not iterable
int_variable = x
for element in range(int_variable):
#Code of the for loop
int_variable = x
for element in range(int_variable):
#Code of the for loop