Skip to content

Files

Latest commit

Oct 13, 2020
4937315 · Oct 13, 2020

History

History
25 lines (15 loc) · 527 Bytes

flow.md

File metadata and controls

25 lines (15 loc) · 527 Bytes

Se imprime:

3. Una introducción informal a Python

Comentarios

En Python usamos # para escribir comentarios

# this is the first comment

spam = 1 # and this is the second comment
# ... and now a third!
text = "# This is not a comment because it's inside quotes."

Prompt para que el usuario escriba un comentario:

# comentario escrito por el usuario

Se evalúa que la respuesta tenga un comentario

Si la respuesta es incorrecta se presentan pistas

Si la respuesta es correcta pasa a la siguiente sección