We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 33946c3 + ee6956a commit 40f1533Copy full SHA for 40f1533
Basic/09_loops.py
@@ -47,7 +47,7 @@
47
if element == "Edad":
48
break
49
else:
50
- print("El bluce for para diccionario ha finalizado")
+ print("El bucle for para el diccionario ha finalizado")
51
52
print("La ejecución continúa")
53
0 commit comments