“Comentários” Respostas de código

Comentários

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

Comentários

: '
This is a
multi line
comment
'
Nicolas Chaillou

Comente

# single line comment
DevLorenz02

Respostas semelhantes a “Comentários”

Procure respostas de código populares por idioma

Procurar outros idiomas de código