Skip to content

Commit 740a33d

Browse files
committed
add py files #10
1 parent 87a7468 commit 740a33d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

python/clase10_prueba.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
print("Creación de objetos".center(50, "-"))
2+
if __name__ == "__main__":
3+
persona5 = Persona("Juan", "Pablo", 22)
4+
persona5.mostrar_detalles()
5+
6+
print(__name__)
7+
8+
9+
print("Eliminación de objetos".center(50, "-"))
10+
del persona5

0 commit comments

Comments
 (0)