Skip to content

Commit

Permalink
Añadí un punto en el comentario
Browse files Browse the repository at this point in the history
  • Loading branch information
jarturomora authored Apr 4, 2024
1 parent 74a2f92 commit 5a20d25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion suma.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# suma.py

def sumar(a, b):
# Esta función suma dos números
# Esta función suma dos números.
return a + b

if __name__ == "__main__":
Expand Down

0 comments on commit 5a20d25

Please sign in to comment.