numbers = (1,2,3,4,5) count = 0 for n in numbers: count += 1 print(count)