Update 01-DataTypes&ControlFlow.ipynb

parent 4f86d665
print("1.5.1 Imprimir todos los numeros pares entre 0 y 20 usando for o while.") print("1.5.1 Imprimir todos los numeros pares entre 0 y 20 usando for o while.")
for i in range(21): for i in range(21):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment