“comentario de Python” Código de respuesta

Comentarios de Python

#this is a comment. use comments to remember code. put them in your code.
#it looks like buzy work. but you will be suprised how often you reread your code

# this is the comment you can copy
dl.idiot..

comentario de Python

# this is a single line comment
""" this
is a multi line comment """
Joe Brayshaw

comentario de Python

Use # for single line comment asshole .
alimehridev

comentario de Python

# this is a single line comment
""" this is a 
multi line comment """
Joe Brayshaw

comentario de Python

# Single Line Comment.
'''
Multiple Line Comment.
There's no Multiple Line Comment in python.
Use string tag to comment.
Three single quote at the start and the end.
'''
Coder August The First

Comentario de Python

#I am a comment that does not show
print("Hello world!")
Javasper

Respuestas similares a “comentario de Python”

Preguntas similares a “comentario de Python”

Más respuestas relacionadas con “comentario de Python” en Python

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código