Generation

generate functionTue, 23 May 2023

2. Escribir un programa que realice un bucle con For y muestre en pantalla del 1 al 10.

for i in range(10): print(i+1)

Want to kickstart your project?Use the new AI Studio to create your code