for i in range(1, 21): if i % 5 == 0: print(f"Chegamos a {i} iterações!")