Skip to content

Commit

Permalink
Update codigo.py
Browse files Browse the repository at this point in the history
  • Loading branch information
DanteMariniGit authored Mar 1, 2024
1 parent 478d8cb commit 65941e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions codigo.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nombre = "Soy"
nombre = "Dante"
apellido = "Marini"

saludo = "Hola " + nombre + " " + apellido + " ¿como estas?"
saludo = "Hola " + nombre + " " + apellido + " ¿como estas?"

0 comments on commit 65941e1

Please sign in to comment.