1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-13 18:24:39 +02:00

Update python.md (#5315)

The multiline string is used as documentation and the original post refers it as documentation and not only comments
This commit is contained in:
Gustavo Adolfo Mejía Sánchez
2025-08-08 13:46:23 -05:00
committed by GitHub
parent 2b324b5688
commit c828bf558e

View File

@@ -14,7 +14,7 @@ Es básicamente pseudocódigo ejecutable.
""" Strings multilinea pueden escribirse
usando tres "'s, y comunmente son usados
como comentarios.
como documentación.
"""
####################################################