examples of iteration in programming Example: examples of iteration in programming mytouple = ("shahid","kashif","hamid") for x in mytouple print(x)