what is an iteration in programming code example
Example: examples of iteration in programming
mytouple = ("shahid","kashif","hamid")
for x in mytouple
print(x)
mytouple = ("shahid","kashif","hamid")
for x in mytouple
print(x)