Skip to content

Commit f3a463c

Browse files
committed
00-python
1 parent cfa04a0 commit f3a463c

File tree

1 file changed

+4
-2
lines changed
  • Roadmap/00 - SINTAXIS, VARIABLES, TIPOS DE DATOS Y HOLA MUNDO/python

1 file changed

+4
-2
lines changed

Roadmap/00 - SINTAXIS, VARIABLES, TIPOS DE DATOS Y HOLA MUNDO/python/YorjanVarela.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@
33
#comemtario de una línea
44

55
"""
6-
comentario de varias lineas
7-
para poder explicar mejor el codigo
6+
comentario
7+
de
8+
varias lineas
9+
810
911
"""
1012
variable = "variable"

0 commit comments

Comments
 (0)