Skip to content

Commit eb6d2d9

Browse files
authored
Update and rename Eje34.py to MelonConYogurt.py
1 parent 631904c commit eb6d2d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Roadmap/34 - ÁRBOL GENEALÓGICO LA CASA DEL DRAGÓN/Python/Eje34.py renamed to Roadmap/34 - ÁRBOL GENEALÓGICO LA CASA DEL DRAGÓN/Python/MelonConYogurt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,4 +160,4 @@ def buscar_padre_madre(nombre:str, hijos: list[str]):
160160
ab.editar_persona(nombre="Juan Carlos Lopera", pareja="Ana Maria", hijos=["Juan Carlos", "Juan Miguel", "Sofia"])
161161
ab.imprimir_arbol()
162162
except Exception as e:
163-
print(f"Error: {e}")
163+
print(f"Error: {e}")

0 commit comments

Comments
 (0)