“Comentario” Código de respuesta

Comentario

In python, we can use comments to make our code easy to understand.
These lines are not executed.
# We use a hashtag for single line comments

'''
Using 3 quotation marks,
we
can
do
multiline
comments
'''
Ninja Penguin

Comentario

: '
This is a
multi line
comment
'
Nicolas Chaillou

Comentario

# single line comment
DevLorenz02

Respuestas similares a “Comentario”

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código