# Ciclo for que imprime los números del 1 al 5 for i in range(1, 6): print(i)
To embed this program on your website, copy the following code and paste it into your website's HTML: