“Uwagi” Kod odpowiedzi

Uwagi

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

Uwagi

: '
This is a
multi line
comment
'
Nicolas Chaillou

Komentarz

# single line comment
DevLorenz02

Odpowiedzi podobne do “Uwagi”

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu