Skip to content

Commit d65e456

Browse files
taicodingCopilot
andauthored
Update content/sesion03/Readme.md
Co-authored-by: Copilot <[email protected]>
1 parent c988aab commit d65e456

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/sesion03/Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1412,7 +1412,7 @@ class Persona:
14121412
return f"Nombre: {self.nombre}, Edad: {self.edad}"
14131413

14141414
jhon = Persona("Jhon", 30)
1415-
print(persona) # Nombre: Jhon, Edad: 30
1415+
print(jhon) # Nombre: Jhon, Edad: 30
14161416
jane = Persona("Jane", 25)
14171417
detalle = str(jane)
14181418
print(detalle) # Nombre: Jane, Edad: 25

0 commit comments

Comments
 (0)